Package | Description |
---|---|
org.fusesource.hawtdispatch.transport |
Modifier and Type | Method and Description |
---|---|
ProtocolCodec.BufferState |
ProtocolCodec.flush()
Attempts to complete the previous write which did not complete.
|
ProtocolCodec.BufferState |
AbstractProtocolCodec.flush() |
ProtocolCodec.BufferState |
SslProtocolCodec.flush() |
static ProtocolCodec.BufferState |
ProtocolCodec.BufferState.valueOf(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(Object value)
Non-blocking channel based encoding.
|
ProtocolCodec.BufferState |
AbstractProtocolCodec.write(Object value) |
ProtocolCodec.BufferState |
SslProtocolCodec.write(Object value) |
Copyright © 2010–2017 FuseSource, Corp.. All rights reserved.