JXTA

Uses of Interface
net.jxta.impl.endpoint.SocketFactory

Packages that use SocketFactory
net.jxta.impl.endpoint A JXTA EndpointService implementation which implements the standard JXTA Endpoint Service. 
 

Uses of SocketFactory in net.jxta.impl.endpoint
 

Methods in net.jxta.impl.endpoint that return SocketFactory
static SocketFactory IPUtils.getSocketFactory()
          returns the socketFactory used by connectToFrom() to create sockets, or null if connectToFromNoFactory() is being used.
 

Methods in net.jxta.impl.endpoint with parameters of type SocketFactory
static void IPUtils.setSocketFactory(SocketFactory sf)
          makes connectToFrom create sockets with this factory.
 


JXSE