Package | Description |
---|---|
org.jacorb.orb.factory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketFactory
abstract base class for JacORB's default SocketFactory implementations.
|
class |
DefaultSocketFactory
the default SocketFactory implementation.
|
class |
FixedAddressSocketFactory
a SocketFactory implementation that allows
to specify the local address the socket should be bound to.
|
class |
PortRangeSocketFactory
a SocketFactory implementation that allows to specify the range
of local ports that should be used by a created socket.
|
Modifier and Type | Method and Description |
---|---|
SocketFactory |
SocketFactoryManager.getSocketFactory() |
SocketFactory |
SocketFactoryManager.getSSLSocketFactory()
getSSLSocketFactory returns a SSL socket factory. |