|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface used by ChannelOut to identify a ChannelIn and to send it message.
Method Summary | |
void |
close()
Closes the connection. |
boolean |
isClosed()
Returns true if the socket is closed or is deconnected. |
void |
setSocket(Socket socket)
Sets the socket to be used as input and output. |
Methods inherited from interface org.objectweb.dream.message.codec.CodecInputOutput |
getInput, getOutput, setInput, setOutput |
Methods inherited from interface org.objectweb.dream.pool.Recyclable |
recycle |
Method Detail |
public void setSocket(Socket socket)
socket
- a socket.public boolean isClosed()
true
if the socket is closed or is deconnected.
true
if the socket is closed or is deconnected.public void close()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |