Uses of Class
org.fusesource.hawtdispatch.transport.ProtocolCodec.BufferState

Uses of ProtocolCodec.BufferState in org.fusesource.hawtdispatch.transport
 

Methods in org.fusesource.hawtdispatch.transport that return ProtocolCodec.BufferState
 ProtocolCodec.BufferState ProtocolCodec.flush()
          Attempts to complete the previous write which did not complete.
 ProtocolCodec.BufferState AbstractProtocolCodec.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)
           
 



Copyright © 2010-2012 FuseSource, Corp.. All Rights Reserved.