|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionHandler | |
|---|---|
| org.glassfish.grizzly | |
| org.glassfish.grizzly.nio | |
| org.glassfish.grizzly.nio.transport | |
| Uses of ExceptionHandler in org.glassfish.grizzly |
|---|
| Subinterfaces of ExceptionHandler in org.glassfish.grizzly | |
|---|---|
interface |
Transport
Transport interface describes the transport unit used in Grizzly. |
| Classes in org.glassfish.grizzly that implement ExceptionHandler | |
|---|---|
class |
AbstractTransport
Abstract Transport. |
| Fields in org.glassfish.grizzly with type parameters of type ExceptionHandler | |
|---|---|
protected LinkedTransferQueue<ExceptionHandler> |
AbstractTransport.exceptionHandlers
Transport ExceptionHandler list |
| Methods in org.glassfish.grizzly with parameters of type ExceptionHandler | |
|---|---|
void |
Transport.addExceptionHandler(ExceptionHandler handler)
Add ExceptionHandler to handle errors, occurred during the
Transport execution. |
void |
AbstractTransport.addExceptionHandler(ExceptionHandler handler)
Add ExceptionHandler to handle errors, occurred during the
Transport execution. |
void |
Transport.removeExceptionHandler(ExceptionHandler handler)
Remove ExceptionHandler from the list of Transport
ExceptionHandlers. |
void |
AbstractTransport.removeExceptionHandler(ExceptionHandler handler)
Remove ExceptionHandler from the list of Transport
ExceptionHandlers. |
| Uses of ExceptionHandler in org.glassfish.grizzly.nio |
|---|
| Subinterfaces of ExceptionHandler in org.glassfish.grizzly.nio | |
|---|---|
interface |
NIOTransport
|
| Classes in org.glassfish.grizzly.nio that implement ExceptionHandler | |
|---|---|
class |
AbstractNIOTransport
|
| Uses of ExceptionHandler in org.glassfish.grizzly.nio.transport |
|---|
| Classes in org.glassfish.grizzly.nio.transport that implement ExceptionHandler | |
|---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation |
class |
UDPNIOTransport
UDP NIO transport implementation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||