Uses of Class
org.apache.activemq.apollo.transport.ProtocolCodec.BufferState

Packages that use ProtocolCodec.BufferState
org.apache.activemq.apollo.transport Transport related interfaces. 
 

Uses of ProtocolCodec.BufferState in org.apache.activemq.apollo.transport
 

Methods in org.apache.activemq.apollo.transport that return ProtocolCodec.BufferState
 ProtocolCodec.BufferState ProtocolCodec.flush()
          Attempts to complete the previous write which did not complete.
 ProtocolCodec.BufferState ObjectStreamProtocolCodec.flush()
           
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.
 ProtocolCodec.BufferState ObjectStreamProtocolCodec.write(java.lang.Object value)
           
 



Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.