|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.apollo.transport.ObjectStreamProtocolCodecFactory
public class ObjectStreamProtocolCodecFactory
Constructor Summary | |
---|---|
ObjectStreamProtocolCodecFactory()
|
Method Summary | |
---|---|
ProtocolCodec |
createProtocolCodec()
|
boolean |
isIdentifiable()
|
boolean |
matchesIdentification(org.fusesource.hawtbuf.Buffer byteSequence)
Called to test if this protocol matches the identification header. |
int |
maxIdentificaionLength()
|
java.lang.String |
protocol()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectStreamProtocolCodecFactory()
Method Detail |
---|
public java.lang.String protocol()
protocol
in interface ProtocolCodecFactory.Provider
public ProtocolCodec createProtocolCodec()
createProtocolCodec
in interface ProtocolCodecFactory.Provider
public boolean isIdentifiable()
isIdentifiable
in interface ProtocolCodecFactory.Provider
public boolean matchesIdentification(org.fusesource.hawtbuf.Buffer byteSequence)
ProtocolCodecFactory.Provider
matchesIdentification
in interface ProtocolCodecFactory.Provider
byteSequence
- The byte buffer representing the header data read so far.
public int maxIdentificaionLength()
maxIdentificaionLength
in interface ProtocolCodecFactory.Provider
ProtocolCodecFactory.Provider.isIdentifiable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |