Uses of Interface
com.swiftmq.net.SocketFactory
Packages that use SocketFactory
-
Uses of SocketFactory in com.swiftmq.amqp.v100.client
Methods in com.swiftmq.amqp.v100.client that return SocketFactoryMethods in com.swiftmq.amqp.v100.client with parameters of type SocketFactoryModifier and TypeMethodDescriptionvoid
Connection.setSocketFactory
(SocketFactory socketFactory) Sets the socket factory. -
Uses of SocketFactory in com.swiftmq.net
Subinterfaces of SocketFactory in com.swiftmq.netClasses in com.swiftmq.net that implement SocketFactoryModifier and TypeClassDescriptionclass
A socket factory that creates JSSE (SSL) sockets.class
A socket factory that creates plain sockets.