|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExceptionHandler | |
|---|---|
| com.sun.grizzly | |
| com.sun.grizzly.nio | |
| com.sun.grizzly.nio.transport | |
| Uses of ExceptionHandler in com.sun.grizzly |
|---|
| Subinterfaces of ExceptionHandler in com.sun.grizzly | |
|---|---|
interface |
Transport
Transport interface describes the transport unit used in Grizzly. |
| Classes in com.sun.grizzly that implement ExceptionHandler | |
|---|---|
class |
AbstractTransport
Abstract Transport. |
| Fields in com.sun.grizzly with type parameters of type ExceptionHandler | |
|---|---|
protected LinkedTransferQueue<ExceptionHandler> |
AbstractTransport.exceptionHandlers
Transport ExceptionHandler list |
| Methods in com.sun.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 com.sun.grizzly.nio |
|---|
| Subinterfaces of ExceptionHandler in com.sun.grizzly.nio | |
|---|---|
interface |
NIOTransport
|
| Classes in com.sun.grizzly.nio that implement ExceptionHandler | |
|---|---|
class |
AbstractNIOTransport
|
| Uses of ExceptionHandler in com.sun.grizzly.nio.transport |
|---|
| Classes in com.sun.grizzly.nio.transport that implement ExceptionHandler | |
|---|---|
class |
TCPNIOTransport
TCP Transport NIO implementation |
class |
UDPNIOTransport
UDP NIO transport implementation |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||