com.sun.jini.discovery.ssl
Class Server.ServerImpl

java.lang.Object
  extended by com.sun.jini.discovery.internal.BaseProvider
      extended by com.sun.jini.discovery.internal.EndpointBasedProvider
          extended by com.sun.jini.discovery.internal.EndpointBasedServer
              extended by com.sun.jini.discovery.ssl.Server.ServerImpl
All Implemented Interfaces:
DiscoveryFormatProvider, UnicastDiscoveryServer
Enclosing class:
Server

private static final class Server.ServerImpl
extends EndpointBasedServer


Field Summary
private static EndpointInternals epi
           
 
Fields inherited from class com.sun.jini.discovery.internal.EndpointBasedProvider
endpointInternals
 
Fields inherited from class com.sun.jini.discovery.internal.BaseProvider
formatName
 
Constructor Summary
Server.ServerImpl()
          Creates a new instance.
 
Method Summary
protected  ServerEndpoint getServerEndpoint(ServerSocketFactory factory)
          Returns a server endpoint which uses the given server socket factory, if non-null.
 
Methods inherited from class com.sun.jini.discovery.internal.EndpointBasedServer
checkUnicastDiscoveryConstraints, handleUnicastDiscovery
 
Methods inherited from class com.sun.jini.discovery.internal.BaseProvider
getFormatName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.jini.discovery.DiscoveryFormatProvider
getFormatName
 

Field Detail

epi

private static EndpointInternals epi
Constructor Detail

Server.ServerImpl

Server.ServerImpl()
Creates a new instance.

Method Detail

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.