wt.method
Class OutputStreamProxy.Sender
java.lang.Object
wt.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serverOut
private transient OutputStream serverOut
objectOut
private transient ObjectOutput objectOut
OutputStreamProxy.Sender
public OutputStreamProxy.Sender()
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()