java.net
Class ZSocketImplFactory

java.lang.Object
java.net.ZSocketImplFactory
- All Implemented Interfaces:
- SocketImplFactory
- public class ZSocketImplFactory
- extends java.lang.Object
- implements SocketImplFactory
This class provides a new socket factory and it's the main entry point into the compression layer.
- Version:
- 1.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZSocketImplFactory
public ZSocketImplFactory()
createSocketImpl
public SocketImpl createSocketImpl()
- This method creates an instance of our compressed socket implementation.
- Specified by:
createSocketImpl in interface SocketImplFactory