Uses of Enum Class
org.apache.zookeeper.server.NettyServerCnxn.HandshakeState
Packages that use NettyServerCnxn.HandshakeState
-
Uses of NettyServerCnxn.HandshakeState in org.apache.zookeeper.server
Methods in org.apache.zookeeper.server that return NettyServerCnxn.HandshakeStateModifier and TypeMethodDescriptionNettyServerCnxn.getHandshakeState()
Returns the enum constant of this class with the specified name.static NettyServerCnxn.HandshakeState[]
NettyServerCnxn.HandshakeState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.zookeeper.server with parameters of type NettyServerCnxn.HandshakeStateModifier and TypeMethodDescriptionvoid
NettyServerCnxn.setHandshakeState
(NettyServerCnxn.HandshakeState state)