| Interface | Description |
|---|---|
| ServerSocketFactory | |
| SocketFactory |
SocketFactory is used by JacORB to create the client-side socket
for an outgoing connection.
|
| Class | Description |
|---|---|
| AbstractSocketFactory |
abstract base class for JacORB's default SocketFactory implementations.
|
| DefaultServerSocketFactory | |
| DefaultSocketFactory |
the default SocketFactory implementation.
|
| FixedAddressSocketFactory |
a SocketFactory implementation that allows
to specify the local address the socket should be bound to.
|
| PortRangeServerSocketFactory | |
| PortRangeSocketFactory |
a SocketFactory implementation that allows to specify the range
of local ports that should be used by a created socket.
|
| SocketFactoryManager |
Copyright © 2017 JacORB. All rights reserved.