|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdaptorServerSocketFactory | |
mx4j.tools.adaptor | |
mx4j.tools.adaptor.http | |
mx4j.tools.adaptor.ssl |
Uses of AdaptorServerSocketFactory in mx4j.tools.adaptor |
Classes in mx4j.tools.adaptor that implement AdaptorServerSocketFactory | |
class |
PlainAdaptorServerSocketFactory
Creates plain ServerSockets. |
Uses of AdaptorServerSocketFactory in mx4j.tools.adaptor.http |
Methods in mx4j.tools.adaptor.http with parameters of type AdaptorServerSocketFactory | |
void |
HttpAdaptorMBean.setSocketFactory(AdaptorServerSocketFactory factory)
Sets the object which create the server sockets |
void |
HttpAdaptor.setSocketFactory(AdaptorServerSocketFactory factory)
Sets the object which create the server sockets |
Uses of AdaptorServerSocketFactory in mx4j.tools.adaptor.ssl |
Subinterfaces of AdaptorServerSocketFactory in mx4j.tools.adaptor.ssl | |
interface |
SSLAdaptorServerSocketFactoryMBean
Management interface for the SSL ServerSocket factory |
Classes in mx4j.tools.adaptor.ssl that implement AdaptorServerSocketFactory | |
class |
SSLAdaptorServerSocketFactory
TODO: Fix this class to avoid hardcoding Sun's provider, since it will not work with IBM's JDK. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |