org.apache.qpid.framing
Class ProtocolInitiation.Decoder

java.lang.Object
  extended by org.apache.qpid.framing.ProtocolInitiation.Decoder
Enclosing class:
ProtocolInitiation

public static class ProtocolInitiation.Decoder
extends Object


Constructor Summary
ProtocolInitiation.Decoder()
           
 
Method Summary
 boolean decodable(ByteBuffer in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolInitiation.Decoder

public ProtocolInitiation.Decoder()
Method Detail

decodable

public boolean decodable(ByteBuffer in)
Parameters:
in - input buffer
Returns:
true if we have enough data to decode the PI frame fully, false if more data is required


Licensed to the Apache Software Foundation