net.jini.jeri.ssl
Class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
java.lang.Object
net.jini.jeri.ssl.Utilities
net.jini.jeri.ssl.SslServerEndpointImpl.SslServerConnection
net.jini.jeri.ssl.HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
- All Implemented Interfaces:
- ServerConnection
- Enclosing class:
- HttpsServerEndpoint.HttpsServerEndpointImpl
private final class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
- extends SslServerEndpointImpl.SslServerConnection
Implements ServerConnection.
Method Summary |
(package private) void |
closeInternal(boolean removeFromListener)
Like close, but does not call noteConnectionClosed unless
removeFromListener is true. |
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 |
httpServer
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpServer httpServer
- The HTTP server connection
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection
HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection(HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle listenHandle,
Socket socket)
throws IOException
- Creates a server connection.
- Throws:
IOException
closeInternal
void closeInternal(boolean removeFromListener)
throws IOException
- Description copied from class:
SslServerEndpointImpl.SslServerConnection
- Like close, but does not call noteConnectionClosed unless
removeFromListener is true.
- Overrides:
closeInternal
in class SslServerEndpointImpl.SslServerConnection
- Throws:
IOException
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.