org.glassfish.grizzly.nio.transport.jmx
Class UDPNIOTransport
java.lang.Object
org.glassfish.grizzly.monitoring.jmx.JmxObject
org.glassfish.grizzly.nio.transport.jmx.NIOTransport
org.glassfish.grizzly.nio.transport.jmx.UDPNIOTransport
@ManagedObject
@Description(value="Grizzly UDP NIO Transport")
public class UDPNIOTransport
- extends NIOTransport
UDP NIO Transport JMX object.
- Author:
- Alexey Stashok
| Methods inherited from class org.glassfish.grizzly.nio.transport.jmx.NIOTransport |
getBoundAddresses, getBytesRead, getBytesWritten, getChannelDistributor, getIOStrategy, getJmxName, getLastError, getName, getOpenConnectionsCount, getProcessor, getProcessorSelector, getReadBufferSize, getSelectionKeyHandler, getSelectorHandler, getSelectorHandlerRunners, getState, getThreadPoolType, getTotalConnectionsCount, getWriteBufferSize, onDeregister, onRegister, rebuildSubTree |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UDPNIOTransport
public UDPNIOTransport(UDPNIOTransport transport)
getReuseAddress
@ManagedAttribute(id="socket-reuse-address")
public boolean getReuseAddress()
getConnectTimeout
@ManagedAttribute(id="client-connect-timeout-millis")
public int getConnectTimeout()
Copyright © 2012 Oracle Corporation. All Rights Reserved.