Uses of Class
org.fusesource.fabric.dosgi.io.ProtocolCodec.BufferState

Packages that use ProtocolCodec.BufferState
org.fusesource.fabric.dosgi.io   
org.fusesource.fabric.dosgi.tcp   
 

Uses of ProtocolCodec.BufferState in org.fusesource.fabric.dosgi.io
 

Methods in org.fusesource.fabric.dosgi.io that return ProtocolCodec.BufferState
 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.
 

Uses of ProtocolCodec.BufferState in org.fusesource.fabric.dosgi.tcp
 

Methods in org.fusesource.fabric.dosgi.tcp that return ProtocolCodec.BufferState
 ProtocolCodec.BufferState LengthPrefixedCodec.flush()
           
 ProtocolCodec.BufferState LengthPrefixedCodec.write(java.lang.Object value)
           
 



Copyright © 2013 Red Hat. All Rights Reserved.