private final class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsServerConnection extends SslServerEndpointImpl.SslServerConnection
Utilities.SSLContextInfo
Modifier and Type | Field and Description |
---|---|
(package private) HttpsServerEndpoint.HttpsServerEndpointImpl.HttpServer |
httpServer
The HTTP server connection
|
closed, sslSocket
ANY_KEY_ALGORITHM, clientLogger, DSA_KEY_ALGORITHM, getSubjectPermission, initLogger, INTEGRITY_PREFERRED, INTEGRITY_REQUIRED, RSA_KEY_ALGORITHM, serverLogger, UNKNOWN_PRINCIPAL
Constructor and Description |
---|
HttpsServerConnection(HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle listenHandle,
Socket socket)
Creates a server connection.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
closeInternal(boolean removeFromListener)
Like close, but does not call noteConnectionClosed unless
removeFromListener is true.
|
checkConstraints, checkPermissions, close, getChannel, getInputStream, getOutputStream, populateContext, processRequestData, toString
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.HttpServer httpServer
HttpsServerConnection(HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenHandle listenHandle, Socket socket) throws IOException
IOException
void closeInternal(boolean removeFromListener) throws IOException
SslServerEndpointImpl.SslServerConnection
closeInternal
in class SslServerEndpointImpl.SslServerConnection
IOException
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.