org.apache.qpid.framing
Class ProtocolInitiation.Decoder
java.lang.Object
org.apache.qpid.framing.ProtocolInitiation.Decoder
- Enclosing class:
- ProtocolInitiation
public static class ProtocolInitiation.Decoder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolInitiation.Decoder
public ProtocolInitiation.Decoder()
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