net.jini.jeri.ssl
Class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
java.lang.Object
net.jini.jeri.ssl.Utilities
net.jini.jeri.ssl.SslServerEndpointImpl.SslListenHandle
net.jini.jeri.ssl.HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
- All Implemented Interfaces:
- ServerEndpoint.ListenHandle
- Enclosing class:
- HttpsServerEndpoint.HttpsServerEndpointImpl
private final class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
- extends SslServerEndpointImpl.SslListenHandle
Implements ListenHandle
Methods inherited from class net.jini.jeri.ssl.Utilities |
checkValidity, contains, doesEncryption, doesServerAuthentication, equals, firstX509Cert, getCertFactory, getCipherAlgorithm, getClassName, getClientPrincipals, getClientPrincipals, getClientSSLContextInfo, getKeyAlgorithm, getKeyExchangeAlgorithm, getPermittedKeyAlgorithms, getServerPrincipals, getServerSSLContextInfo, getSupportedCipherSuites, hasStrongCipherAlgorithm, logThrow, maintainsIntegrity, permittedKeyAlgorithm, position, releaseClientSSLContextInfo, safeEquals, subjectString, toString |
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle(RequestDispatcher requestDispatcher,
ServerSocket serverSocket)
throws IOException
- Throws:
IOException
serverConnection
SslServerEndpointImpl.SslServerConnection serverConnection(Socket socket)
throws IOException
- Description copied from class:
SslServerEndpointImpl.SslListenHandle
- Returns a connection for the specified socket.
- Overrides:
serverConnection
in class SslServerEndpointImpl.SslListenHandle
- Throws:
IOException
handleConnection
void handleConnection(SslServerEndpointImpl.SslServerConnection connection,
RequestDispatcher requestDispatcher)
- Description copied from class:
SslServerEndpointImpl.SslListenHandle
- Handles a newly accepted server connection.
- Overrides:
handleConnection
in class SslServerEndpointImpl.SslListenHandle
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.