|
||||||||||
| 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.Providerpublic ProtocolCodec createProtocolCodec()
createProtocolCodec in interface ProtocolCodecFactory.Providerpublic boolean isIdentifiable()
isIdentifiable in interface ProtocolCodecFactory.Providerpublic boolean matchesIdentification(org.fusesource.hawtbuf.Buffer byteSequence)
ProtocolCodecFactory.Provider
matchesIdentification in interface ProtocolCodecFactory.ProviderbyteSequence - The byte buffer representing the header data read so far.
public int maxIdentificaionLength()
maxIdentificaionLength in interface ProtocolCodecFactory.ProviderProtocolCodecFactory.Provider.isIdentifiable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||