Class NamedSocketFactory

java.lang.Object
org.infinispan.remoting.transport.jgroups.NamedSocketFactory
All Implemented Interfaces:
org.jgroups.util.SocketFactory

public class NamedSocketFactory extends Object implements org.jgroups.util.SocketFactory
A SocketFactory which allows setting a callback to configure the sockets using a supplied name.
Since:
13.0
Author:
Tristan Tarrant <tristan@infinispan.org>