Package | Description |
---|---|
mx4j.tools.adaptor | |
mx4j.tools.adaptor.http | |
mx4j.tools.adaptor.ssl |
Modifier and Type | Class and Description |
---|---|
class |
PlainAdaptorServerSocketFactory
Creates plain ServerSockets.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAdaptor.setSocketFactory(AdaptorServerSocketFactory factory)
Sets the object which create the server sockets
|
void |
HttpAdaptorMBean.setSocketFactory(AdaptorServerSocketFactory factory)
Sets the object which create the server sockets
|
Modifier and Type | Interface and Description |
---|---|
interface |
SSLAdaptorServerSocketFactoryMBean
Management interface for the SSL ServerSocket factory
|
Modifier and Type | Class and Description |
---|---|
class |
SSLAdaptorServerSocketFactory
TODO: Fix this class to avoid hardcoding Sun's provider, since it will not work with IBM's JDK.
|