Interface Summary | |
---|---|
ServerSocketFactory | |
SocketFactory |
Class Summary | |
---|---|
AbstractSocketFactory | |
DefaultServerSocketFactory | |
DefaultSocketFactory | the default SocketFactory implementation. |
FixedAddressSocketFactory | a SocketFactory implementation that allows to specify the local address the socket should be bound to. the factory will read the attribute OAIAddr from the configuration and use the specified value to configure the sockets it creates. |
PortRangeServerSocketFactory | |
PortRangeSocketFactory | a SocketFactory implementation that allows to specify the range of local ports that should be used by a created socket. the factory will read the attributes jacorb.net.socket_factory.port.min and jacorb.net.socket_factory.port.max from the configuration and use the specified values to configure the created sockets. |
SocketFactoryManager |