|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLCallbackHandler | |
|---|---|
| com.sun.grizzly | |
| Uses of SSLCallbackHandler in com.sun.grizzly |
|---|
| Classes in com.sun.grizzly that implement SSLCallbackHandler | |
|---|---|
class |
DefaultCallbackHandler
Default CallbackHandler implementation that implements the connect
operations, and delegate the read and write operations to its associated
SelectorHandler ProtocolChain, like the default
SelectorHandler is doing server side component. |
| Methods in com.sun.grizzly that return SSLCallbackHandler | |
|---|---|
SSLCallbackHandler |
SSLConnectorHandler.getCallbackHandler()
Return the CallbackHandler. |
| Methods in com.sun.grizzly with parameters of type SSLCallbackHandler | |
|---|---|
void |
SSLConnectorHandler.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
SSLCallbackHandler callbackHandler)
Connect to hostname:port. |
void |
SSLConnectorHandler.connect(SocketAddress remoteAddress,
SocketAddress localAddress,
SSLCallbackHandler callbackHandler,
SSLSelectorHandler selectorHandler)
Connect to hostname:port. |
void |
SSLConnectorHandler.connect(SocketAddress remoteAddress,
SSLCallbackHandler callbackHandler)
Connect to hostname:port. |
void |
SSLConnectorHandler.connect(SocketAddress remoteAddress,
SSLCallbackHandler callbackHandler,
SSLSelectorHandler selectorHandler)
Connect to hostname:port. |
void |
SSLConnectorHandler.setCallbackHandler(SSLCallbackHandler callbackHandler)
Set the CallbackHandler. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||