| Package | Description |
|---|---|
| io.fabric8.dosgi.io | |
| io.fabric8.dosgi.tcp |
| Modifier and Type | Method and Description |
|---|---|
ProtocolCodec.BufferState |
ProtocolCodec.flush()
Attempts to complete the previous write which did not complete.
|
static ProtocolCodec.BufferState |
ProtocolCodec.BufferState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolCodec.BufferState[] |
ProtocolCodec.BufferState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ProtocolCodec.BufferState |
ProtocolCodec.write(java.lang.Object value)
Non-blocking channel based encoding.
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolCodec.BufferState |
LengthPrefixedCodec.flush() |
ProtocolCodec.BufferState |
LengthPrefixedCodec.write(java.lang.Object value) |
Copyright © 2014 Red Hat. All Rights Reserved.