Uses of Interface
com.swiftmq.net.SocketFactory
-
Packages that use SocketFactory Package Description com.swiftmq.amqp.v100.client com.swiftmq.net -
-
Uses of SocketFactory in com.swiftmq.amqp.v100.client
Methods in com.swiftmq.amqp.v100.client that return SocketFactory Modifier and Type Method Description SocketFactory
Connection. getSocketFactory()
Returns the exception listenerMethods in com.swiftmq.amqp.v100.client with parameters of type SocketFactory Modifier and Type Method Description void
Connection. setSocketFactory(SocketFactory socketFactory)
Sets the socket factory. -
Uses of SocketFactory in com.swiftmq.net
Subinterfaces of SocketFactory in com.swiftmq.net Modifier and Type Interface Description interface
SocketFactory2
Classes in com.swiftmq.net that implement SocketFactory Modifier and Type Class Description class
JSSESocketFactory
A socket factory that creates JSSE (SSL) sockets.class
PlainSocketFactory
A socket factory that creates plain sockets.
-