|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.cloud.bam.HmtpStream
public class HmtpStream
Hmtp connection
| Constructor Summary | |
|---|---|
HmtpStream(ClientSocketFactory socketPool,
ClientSocket stream,
Broker broker,
SecurityService security)
|
|
| Method Summary | |
|---|---|
void |
clearIdleStartTime()
Clears the idle start time on a reset. |
void |
close()
|
HmtpWebSocketReader |
getHmtpReader()
|
HmtpWebSocketWriter |
getHmtpWriter()
|
long |
getIdleStartTime()
Returns the idle start time, i.e. |
boolean |
isIdleExpired()
Returns true if end of free time. |
void |
setIdleStartTime(long idleStartTime)
Sets the idle start time. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HmtpStream(ClientSocketFactory socketPool,
ClientSocket stream,
Broker broker,
SecurityService security)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public HmtpWebSocketReader getHmtpReader()
public HmtpWebSocketWriter getHmtpWriter()
public long getIdleStartTime()
public void setIdleStartTime(long idleStartTime)
public void clearIdleStartTime()
public boolean isIdleExpired()
public void close()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||