- getInputBufferMaxSize
long getInputBufferMaxSize()
- getOutputBufferMaxSize
long getOutputBufferMaxSize()
- getStreamPeer
Ref!StreamPeer getStreamPeer()
- opAssign
PacketPeerStream opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(PacketPeerStream other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setInputBufferMaxSize
void setInputBufferMaxSize(long max_size_bytes)
- setOutputBufferMaxSize
void setOutputBufferMaxSize(long max_size_bytes)
- setStreamPeer
void setStreamPeer(StreamPeer peer)
Wrapper to use a PacketPeer over a StreamPeer.
PacketStreamPeer provides a wrapper for working using packets over a stream. This allows for using packet based code with StreamPeers. PacketPeerStream implements a custom protocol over the StreamPeer, so the user should not read or write to the wrapped StreamPeer directly.