Interface | Description |
---|---|
Byteable<Underlying> |
User: peter.lawrey
Date: 07/10/13
Time: 21:38
|
Bytes<Underlying> | |
BytesMarshallable |
Created by peter on 13/08/15.
|
BytesStore<B extends BytesStore<B,Underlying>,Underlying> |
A reference to some bytes with fixed extents.
|
ByteStringAppender<B extends ByteStringAppender<B>> | |
RandomDataInput |
This allows random access to the underling bytes.
|
RandomDataOutput<R extends RandomDataOutput<R>> | |
ReadBytesMarshallable |
Created by peter on 13/08/15.
|
StopCharsTester | |
StopCharTester | |
StreamingDataInput<S extends StreamingDataInput<S>> |
This data input has a a position() and a limit()
|
StreamingDataOutput<S extends StreamingDataOutput<S>> |
Position based access.
|
WriteBytesMarshallable |
Created by peter on 13/08/15.
|
Class | Description |
---|---|
AbstractBytes<Underlying> | |
ExpectedBytesStore<B extends BytesStore<B,Underlying>,Underlying> | |
HeapBytesStore<Underlying> | |
MappedBytes | |
MappedBytesStore | |
MappedFile | |
NativeBytes<Underlying> | |
NativeBytesStore<Underlying> | |
PointerBytesStore | |
UncheckedBytes<Underlying> |
Fast unchecked version of AbstractBytes
|
UncheckedNativeBytes<Underlying> |
Fast unchecked version of AbstractBytes
|
VanillaBytes<Underlying> |
Enum | Description |
---|---|
BytesUtil | |
NoBytesStore | |
StopCharTesters |
Exception | Description |
---|---|
ConnectionDroppedException |
thrown when the TcpChannelHub drops its connection to the server
|
IORuntimeException |
Copyright © 2015. All rights reserved.