|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.server.cluster.ClusterStream
public class ClusterStream
Defines a connection to the client.
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Method Summary | |
|---|---|
void |
clearRecycle()
Clears the recycled connections. |
void |
close()
|
void |
free()
Recycles. |
java.lang.String |
getDebugId()
Returns the debug id. |
long |
getFreeTime()
Returns the free time. |
ReadStream |
getReadStream()
Returns the input stream. |
ServerConnector |
getServer()
Returns the cluster server. |
WriteStream |
getWriteStream()
Returns the write stream. |
boolean |
isLongIdle()
Returns true if nearing end of free time. |
void |
setFreeTime(long freeTime)
Sets the free time. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Method Detail |
|---|
public ServerConnector getServer()
public ReadStream getReadStream()
public WriteStream getWriteStream()
public long getFreeTime()
public void setFreeTime(long freeTime)
public boolean isLongIdle()
public java.lang.String getDebugId()
public void clearRecycle()
public void free()
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 | |||||||||