com.sun.jini.discovery.ssl
Class Server.ServerImpl
java.lang.Object
com.sun.jini.discovery.internal.BaseProvider
com.sun.jini.discovery.internal.EndpointBasedProvider
com.sun.jini.discovery.internal.EndpointBasedServer
com.sun.jini.discovery.ssl.Server.ServerImpl
- All Implemented Interfaces:
- DiscoveryFormatProvider, UnicastDiscoveryServer
- Enclosing class:
- Server
private static final class Server.ServerImpl
- extends EndpointBasedServer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
epi
private static EndpointInternals epi
Server.ServerImpl
Server.ServerImpl()
- Creates a new instance.
getServerEndpoint
protected ServerEndpoint getServerEndpoint(ServerSocketFactory factory)
throws UnsupportedConstraintException
- Description copied from class:
EndpointBasedServer
- Returns a server endpoint which uses the given server socket factory, if
non-null. Other parameters of the server endpoint, such as the listen
port, are irrelevant from the standpoint of this class and can be chosen
arbitrarily.
- Specified by:
getServerEndpoint
in class EndpointBasedServer
- Throws:
UnsupportedConstraintException
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.