org.objectweb.dream.channel
Class MultiConnTCPChannelInImpl.ConnectionState
java.lang.Object
org.objectweb.dream.channel.MultiConnTCPChannelInImpl.ConnectionState
- Enclosing class:
- MultiConnTCPChannelInImpl
- protected class MultiConnTCPChannelInImpl.ConnectionState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
socket
protected Socket socket
input
protected ObjectInputStream input
output
protected ObjectOutputStream output
MultiConnTCPChannelInImpl.ConnectionState
protected MultiConnTCPChannelInImpl.ConnectionState(Socket socket)
isClosed
protected boolean isClosed()
getInput
protected ObjectInput getInput()
throws IOException
- Throws:
IOException
getOutput
protected ObjectOutput getOutput()
throws IOException
- Throws:
IOException
close
protected void close()
Copyright © 2003, 2004 - INRIA Rhone-Alpes - All Rights Reserved.