public interface InvocationChannel extends Channel, Pipe
Channel.Listener, Channel.Recycler| Modifier and Type | Method and Description |
|---|---|
InvocationInputStream |
getInputStream()
Returns an input stream for the channel, which when closed, closes the
channel.
|
InvocationOutputStream |
getOutputStream()
Returns an output stream for the channel, which when closed, closes the
channel.
|
close, disconnect, inputNotify, inputResume, installRecycler, isClosed, isInputReady, isOutputReady, isResumeSupported, outputNotify, outputSuspend, register, setInputBufferSize, setOutputBufferSize, setRecycleControl, usesSelectNotificationcancelTimeout, close, flush, readThrowable, reset, startTimeout, writeThrowableavailable, read, read, read, readObject, skipreadBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipByteswrite, write, write, writeObjectwriteBoolean, writeByte, writeBytes, writeChar, writeChars, writeDouble, writeFloat, writeInt, writeLong, writeShort, writeUTFgetLocalAddress, getRemoteAddressInvocationInputStream getInputStream()
ChannelgetInputStream in interface ChannelgetInputStream in interface PipeInvocationOutputStream getOutputStream()
ChannelgetOutputStream in interface ChannelgetOutputStream in interface PipeCopyright © 2006–2015 Cojen. All rights reserved.