net.jini.jeri.ssl
Class HttpsServerEndpoint.HttpsServerEndpointImpl
java.lang.Object
net.jini.jeri.ssl.Utilities
net.jini.jeri.ssl.SslServerEndpointImpl
net.jini.jeri.ssl.HttpsServerEndpoint.HttpsServerEndpointImpl
- Enclosing class:
- HttpsServerEndpoint
private static final class HttpsServerEndpoint.HttpsServerEndpointImpl
- extends SslServerEndpointImpl
Implementation delegate.
Fields inherited from class net.jini.jeri.ssl.SslServerEndpointImpl |
listenPermissions, logger, maxServerSessionDuration, port, serverConnectionManager, serverEndpoint, serverHost, serverPrincipals, serverSocketFactory, serverSubject, socketFactory, systemExecutor |
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
HttpsServerEndpoint.HttpsServerEndpointImpl(ServerEndpoint serverEndpoint,
Subject serverSubject,
X500Principal[] serverPrincipals,
String serverHost,
int port,
SocketFactory socketFactory,
ServerSocketFactory serverSocketFactory)
createListenEndpoint
ServerEndpoint.ListenEndpoint createListenEndpoint()
- Description copied from class:
SslServerEndpointImpl
- Creates a listen endpoint for this server endpoint.
- Overrides:
createListenEndpoint
in class SslServerEndpointImpl
createEndpoint
Endpoint createEndpoint(String serverHost,
SslServerEndpointImpl.SslListenCookie cookie)
- Description copied from class:
SslServerEndpointImpl
- Creates an endpoint for this server endpoint corresponding to the
specified server host and listen cookie.
- Overrides:
createEndpoint
in class SslServerEndpointImpl
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.