org.jboss.remoting.transport.socket
Class SocketClientInvoker.ClientSocket

java.lang.Object
  extended byorg.jboss.remoting.transport.socket.SocketClientInvoker.ClientSocket
Enclosing class:
SocketClientInvoker

protected static class SocketClientInvoker.ClientSocket
extends Object


Field Summary
 BufferedInputStream in
           
 ObjectInputStream oin
           
 ObjectOutputStream oout
           
 BufferedOutputStream out
           
 Socket socket
           
 int timeout
           
 
Constructor Summary
SocketClientInvoker.ClientSocket(Socket socket, int timeout)
           
 
Method Summary
protected  void finalize()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

out

public BufferedOutputStream out

in

public BufferedInputStream in

oout

public ObjectOutputStream oout

oin

public ObjectInputStream oin

socket

public Socket socket

timeout

public int timeout
Constructor Detail

SocketClientInvoker.ClientSocket

public SocketClientInvoker.ClientSocket(Socket socket,
                                        int timeout)
                                 throws Exception
Method Detail

finalize

protected void finalize()


Copyright © 2004 JBoss Inc. All Rights Reserved.