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

Variable Index

 o cid
 o clientcount
 o freelist
 o maxclient
 o server
 o threadcache

Constructor Index

 o MuxHttpHandler(httpd)

Method Index

 o getClient()
 o initialize(MuxSession)
 o markIdle(MuxClient)

Variables

 o server
 protected httpd server
 o cid
 protected int cid
 o clientcount
 protected int clientcount
 o maxclient
 protected int maxclient
 o threadcache
 protected ThreadCache threadcache
 o freelist
 protected MuxClient freelist

Constructors

 o MuxHttpHandler
 public MuxHttpHandler(httpd server)

Methods

 o markIdle
 protected synchronized void markIdle(MuxClient client)
 o getClient
 protected synchronized MuxClient getClient()
 o initialize
 public void initialize(MuxSession session) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index