|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SslServerEndpointImpl.SslServerConnection | |
---|---|
net.jini.jeri.ssl | Provides implementations of Endpoint and ServerEndpoint that use TLS/SSL and HTTPS (HTTP over
TLS/SSL) to support invocation constraints. |
Uses of SslServerEndpointImpl.SslServerConnection in net.jini.jeri.ssl |
---|
Subclasses of SslServerEndpointImpl.SslServerConnection in net.jini.jeri.ssl | |
---|---|
private class |
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
Implements ServerConnection. |
Methods in net.jini.jeri.ssl that return SslServerEndpointImpl.SslServerConnection | |
---|---|
(package private) SslServerEndpointImpl.SslServerConnection |
SslServerEndpointImpl.SslListenHandle.serverConnection(Socket socket)
Returns a connection for the specified socket. |
(package private) SslServerEndpointImpl.SslServerConnection |
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle.serverConnection(Socket socket)
|
Methods in net.jini.jeri.ssl with parameters of type SslServerEndpointImpl.SslServerConnection | |
---|---|
(package private) void |
SslServerEndpointImpl.SslListenHandle.handleConnection(SslServerEndpointImpl.SslServerConnection connection,
RequestDispatcher requestDispatcher)
Handles a newly accepted server connection. |
(package private) void |
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle.handleConnection(SslServerEndpointImpl.SslServerConnection connection,
RequestDispatcher requestDispatcher)
|
(package private) void |
SslServerEndpointImpl.SslListenHandle.noteConnectionClosed(SslServerEndpointImpl.SslServerConnection connection)
Called when a connection is closed without a call to close on this listener. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |