com.sleepycat.je.rep.stream
Class Protocol.HandshakeMessage

java.lang.Object
  extended by com.sleepycat.je.rep.utilint.BinaryProtocol.Message
      extended by com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
          extended by com.sleepycat.je.rep.stream.Protocol.HandshakeMessage
All Implemented Interfaces:
BinaryProtocol.WireFormatable
Direct Known Subclasses:
Protocol.JEVersions, Protocol.NodeGroupInfo, Protocol.NodeGroupInfoOK, Protocol.ProtocolVersion, Protocol.SNTPRequest, Protocol.SNTPResponse
Enclosing class:
Protocol

abstract class Protocol.HandshakeMessage
extends BinaryProtocol.SimpleMessage

Base class for all protocol handshake messages.


Constructor Summary
Protocol.HandshakeMessage()
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.SimpleMessage
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormat
 
Methods inherited from class com.sleepycat.je.rep.utilint.BinaryProtocol.Message
allocateInitializedBuffer, getOp, match, toString, wireFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Protocol.HandshakeMessage

Protocol.HandshakeMessage()


Copyright (c) 2004-2012 Oracle. All rights reserved.