public class ResinLink extends HmtpLinkWorker implements java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
protected java.io.InputStream |
_is |
protected java.io.OutputStream |
_os |
Constructor and Description |
---|
ResinLink(ResinActor resinActor,
java.io.InputStream is,
java.io.OutputStream os) |
Modifier and Type | Method and Description |
---|---|
void |
run()
Receive messages from the client
|
close, getActorStream, getAddress, getLinkStream, isClosed, setAddress
public ResinLink(ResinActor resinActor, java.io.InputStream is, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public void run()
run
in interface java.lang.Runnable
run
in class HmtpLinkWorker