Class NetworkInputChannel
- java.lang.Object
-
- net.timewalker.ffmq4.transport.tcp.io.NetworkInputChannel
-
public class NetworkInputChannel extends Object
NetworkInputChannel
-
-
Field Summary
Fields Modifier and Type Field Description protected RawDataBufferioBufferprotected InputStreamstream
-
Constructor Summary
Constructors Constructor Description NetworkInputChannel(int initialBufferSize, InputStream stream)Constructor
-
-
-
Field Detail
-
ioBuffer
protected RawDataBuffer ioBuffer
-
stream
protected InputStream stream
-
-
Constructor Detail
-
NetworkInputChannel
public NetworkInputChannel(int initialBufferSize, InputStream stream)Constructor
-
-