Package io.pravega.shared.protocol.netty
-
Interface Summary Interface Description AppendBatchSizeTracker Reply A response going from the server to the client resulting from a previous message from the client to the server.ReplyProcessor A class that handles each type of reply.Request A request from the client to the server.RequestProcessor A class that handles each type of Request.WireCommand The interface for all things that go over the Wire. -
Enum Summary Enum Description WireCommands.AuthTokenCheckFailed.ErrorCode WireCommands.ErrorMessage.ErrorCode WireCommandType The various types of commands that can be sent over the wire. -
Exception Summary Exception Description ConnectionFailedException The connection has failed, and needs to be re-established.InvalidMessageException The message or sequence of messages that occurred make no sense and must be a result of a bug.