org.w3c.jigsaw.http.mux
Class MuxHttpHandler
java.lang.Object
|
+--org.w3c.jigsaw.http.mux.MuxHttpHandler
- public class MuxHttpHandler
- extends java.lang.Object
- implements MuxProtocolHandler
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
server
protected httpd server
cid
protected int cid
clientcount
protected int clientcount
maxclient
protected int maxclient
threadcache
protected ThreadCache threadcache
freelist
protected MuxClient freelist
MuxHttpHandler
public MuxHttpHandler(httpd server)
markIdle
protected void markIdle(MuxClient client)
getClient
protected MuxClient getClient()
initialize
public void initialize(MuxSession session)
throws java.io.IOException
- Specified by:
- initialize in interface MuxProtocolHandler