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

Packages that use ProtocolCodec.BufferState
org.fusesource.hawtdispatch.transport   
 

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()
           
 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-2014 FuseSource, Corp.. All Rights Reserved.