All Packages Class Hierarchy This Package Previous Next Index
Class w3c.jigsaw.http.mux.MuxHttpHandler
java.lang.Object
|
+----w3c.jigsaw.http.mux.MuxHttpHandler
- public class MuxHttpHandler
- extends Object
- implements MuxProtocolHandler
-
cid
-
-
clientcount
-
-
freelist
-
-
maxclient
-
-
server
-
-
threadcache
-
-
MuxHttpHandler(httpd)
-
-
getClient()
-
-
initialize(MuxSession)
-
-
markIdle(MuxClient)
-
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 synchronized void markIdle(MuxClient client)
getClient
protected synchronized MuxClient getClient()
initialize
public void initialize(MuxSession session) throws IOException
All Packages Class Hierarchy This Package Previous Next Index