|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.hmtp.HmtpLinkWorker
com.caucho.server.resin.ResinLink
public class ResinLink
HMTP client protocol
Field Summary | |
---|---|
protected java.io.InputStream |
_is
|
protected java.io.OutputStream |
_os
|
Constructor Summary | |
---|---|
ResinLink(ResinActor resinActor,
java.io.InputStream is,
java.io.OutputStream os)
|
Method Summary | |
---|---|
void |
run()
Receive messages from the client |
Methods inherited from class com.caucho.hmtp.HmtpLinkWorker |
---|
close, getActorStream, getAddress, getLinkStream, isClosed, setAddress |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.io.InputStream _is
protected java.io.OutputStream _os
Constructor Detail |
---|
public ResinLink(ResinActor resinActor, java.io.InputStream is, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
run
in class HmtpLinkWorker
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |