wt.method
Class OutputStreamProxy.Sender

java.lang.Object
  extended bywt.method.OutputStreamProxy.Sender
All Implemented Interfaces:
Externalizable, MethodFeedback, Serializable
Enclosing class:
OutputStreamProxy

public static class OutputStreamProxy.Sender
extends Object
implements MethodFeedback, Externalizable

See Also:
Serialized Form

Field Summary
private  ObjectOutput objectOut
           
private  OutputStream serverOut
           
 
Fields inherited from interface wt.method.MethodFeedback
versionID
 
Constructor Summary
OutputStreamProxy.Sender()
           
 
Method Summary
 void execute()
          Supported API: true
(package private)  ObjectOutput getObjectOutput()
           
(package private)  OutputStream getOutputStream()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serverOut

private transient OutputStream serverOut

objectOut

private transient ObjectOutput objectOut
Constructor Detail

OutputStreamProxy.Sender

public OutputStreamProxy.Sender()
Method Detail

execute

public void execute()
Description copied from interface: MethodFeedback
Supported API: true

Specified by:
execute in interface MethodFeedback

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

getOutputStream

OutputStream getOutputStream()

getObjectOutput

ObjectOutput getObjectOutput()