net.jini.jeri.ssl
Class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint

java.lang.Object
  extended by net.jini.jeri.ssl.Utilities
      extended by net.jini.jeri.ssl.SslServerEndpointImpl.SslListenEndpoint
          extended by net.jini.jeri.ssl.HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint
All Implemented Interfaces:
ServerEndpoint.ListenEndpoint
Enclosing class:
HttpsServerEndpoint.HttpsServerEndpointImpl

private final class HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint
extends SslServerEndpointImpl.SslListenEndpoint

Implements ListenEndpoint


Nested Class Summary
 
Nested classes/interfaces inherited from class net.jini.jeri.ssl.Utilities
Utilities.SSLContextInfo
 
Field Summary
 
Fields inherited from class net.jini.jeri.ssl.Utilities
ANY_KEY_ALGORITHM, clientLogger, DSA_KEY_ALGORITHM, getSubjectPermission, initLogger, INTEGRITY_PREFERRED, INTEGRITY_REQUIRED, RSA_KEY_ALGORITHM, serverLogger, UNKNOWN_PRINCIPAL
 
Constructor Summary
private HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint()
           
 
Method Summary
(package private)  ServerEndpoint.ListenHandle createListenHandle(RequestDispatcher requestDispatcher, ServerSocket serverSocket)
          Creates a listen handle for the specified dispatcher and server socket.
 
Methods inherited from class net.jini.jeri.ssl.SslServerEndpointImpl.SslListenEndpoint
checkPermissions, equals, hashCode, listen
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint

private HttpsServerEndpoint.HttpsServerEndpointImpl.HttpsListenEndpoint()
Method Detail

createListenHandle

ServerEndpoint.ListenHandle createListenHandle(RequestDispatcher requestDispatcher,
                                               ServerSocket serverSocket)
                                         throws IOException
Description copied from class: SslServerEndpointImpl.SslListenEndpoint
Creates a listen handle for the specified dispatcher and server socket.

Overrides:
createListenHandle in class SslServerEndpointImpl.SslListenEndpoint
Throws:
IOException


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.