| Package | Description |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractTransport.notifyProbesBeforePause(AbstractTransport transport)
Notify registered
TransportProbes about the before-pause event. |
protected static void |
AbstractTransport.notifyProbesBeforeResume(AbstractTransport transport)
Notify registered
TransportProbes about the before-resume event. |
protected static void |
AbstractTransport.notifyProbesBeforeStart(AbstractTransport transport)
Notify registered
TransportProbes about the before-start event. |
protected static void |
AbstractTransport.notifyProbesBeforeStop(AbstractTransport transport)
Notify registered
TransportProbes about the before-stop event. |
protected static void |
AbstractTransport.notifyProbesConfigChanged(AbstractTransport transport)
Notify registered
TransportProbes about the config changed event. |
protected static void |
AbstractTransport.notifyProbesPause(AbstractTransport transport)
Notify registered
TransportProbes about the pause event. |
protected static void |
AbstractTransport.notifyProbesStop(AbstractTransport transport)
Notify registered
TransportProbes about the stop event. |
| Modifier and Type | Class and Description |
|---|---|
class |
NIOTransport |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation
|
class |
UDPNIOTransport
UDP NIO transport implementation
|
Copyright © 2017–2019 Oracle Corporation. All rights reserved.