org.objectweb.dream.channel
Class MultiConnTCPChannelInImpl.ConnectionState

java.lang.Object
  extended byorg.objectweb.dream.channel.MultiConnTCPChannelInImpl.ConnectionState
Enclosing class:
MultiConnTCPChannelInImpl

protected class MultiConnTCPChannelInImpl.ConnectionState
extends Object


Field Summary
protected  ObjectInputStream input
           
protected  ObjectOutputStream output
           
protected  Socket socket
           
 
Constructor Summary
protected MultiConnTCPChannelInImpl.ConnectionState(Socket socket)
           
 
Method Summary
protected  void close()
           
protected  ObjectInput getInput()
           
protected  ObjectOutput getOutput()
           
protected  boolean isClosed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

socket

protected Socket socket

input

protected ObjectInputStream input

output

protected ObjectOutputStream output
Constructor Detail

MultiConnTCPChannelInImpl.ConnectionState

protected MultiConnTCPChannelInImpl.ConnectionState(Socket socket)
Method Detail

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.