com.gemstone.gemfire.distributed
Interface ClientSocketFactory
public interface ClientSocketFactory
Interface ClientSocketFactory is used to create non-default
client sockets. Set the system property gemfire.clientSocketFactory to the
full name of your factory implementation, and GemFire will use your
factory to manufacture sockets when it connects to server caches.
- Since:
- 6.5
createSocket
Socket createSocket(InetAddress address,
int port)
throws IOException
- Creates a
Socket for the input address and port
- Parameters:
address - The InetAddress of the serverport - The port of the server
- Returns:
- a
Socket for the input address and port
- Throws:
IOException
Copyright © 1997-2012 VMware, Inc. All rights reserved.