|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.w3c.jigsaw.http.Client | +--org.w3c.jigsaw.http.mux.MuxClient
Field Summary | |
protected java.lang.Thread |
thread
The thread powering that client connection. |
Fields inherited from class org.w3c.jigsaw.http.Client |
buffer,
cont,
debug,
identifier,
reqcount,
server |
Method Summary | |
protected void |
bind(org.w3c.www.mux.MuxSession session)
Bind that client to the given connection. |
java.net.InetAddress |
getInetAddress()
Client implementation - Get the IP address of this client. |
protected java.lang.Thread |
getThread()
Get the thread powering that client. |
protected boolean |
idleConnection()
Client implementation - The current connection is now idle. |
void |
run()
Run HTTP on the newly created mux session. |
protected void |
stopConnection()
Client implementation - The current connection was terminated. |
protected boolean |
tryKeepConnection(org.w3c.jigsaw.http.Request request,
org.w3c.jigsaw.http.Reply reply)
|
protected void |
usedConnection()
Client implementation - The current connection is now in use. |
Methods inherited from class org.w3c.jigsaw.http.Client |
chunkTransfer,
emitReply,
error,
getIdentifier,
getInputStream,
getMajorVersion,
getMinorVersion,
getNextRequest,
getOutputStream,
getRequestCount,
getServer,
handleTimerEvent,
initialize,
interruptConnection,
isInterrupted,
isRunning,
log,
processRequest,
sendContinue,
startConnection,
trace |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected java.lang.Thread thread
Method Detail |
protected boolean tryKeepConnection(org.w3c.jigsaw.http.Request request, org.w3c.jigsaw.http.Reply reply)
public java.net.InetAddress getInetAddress()
public void run()
protected boolean idleConnection()
protected void usedConnection()
protected void stopConnection()
protected void bind(org.w3c.www.mux.MuxSession session) throws java.io.IOException
session
- The mux session to handle.protected java.lang.Thread getThread()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |