Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.net
Class ZSocketImplFactory  view ZSocketImplFactory download ZSocketImplFactory.java

java.lang.Object
  extended byjava.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

Constructor Summary
ZSocketImplFactory()
           
 
Method Summary
 SocketImpl createSocketImpl()
          This method creates an instance of our compressed socket implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZSocketImplFactory

public ZSocketImplFactory()
Method Detail

createSocketImpl

public SocketImpl createSocketImpl()
This method creates an instance of our compressed socket implementation.

Specified by:
createSocketImpl in interface SocketImplFactory