public interface MessageHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleInput(CancelRequestMessage header) |
void |
handleInput(FragmentMessage_1_1 header) |
void |
handleInput(FragmentMessage_1_2 header) |
void |
handleInput(LocateReplyMessage_1_0 header) |
void |
handleInput(LocateReplyMessage_1_1 header) |
void |
handleInput(LocateReplyMessage_1_2 header) |
void |
handleInput(LocateRequestMessage_1_0 header) |
void |
handleInput(LocateRequestMessage_1_1 header) |
void |
handleInput(LocateRequestMessage_1_2 header) |
void |
handleInput(Message header)
Used for message types for which we don't have concrete classes, yet,
such as CloseConnection and MessageError, as well as unknown types.
|
void |
handleInput(ReplyMessage_1_0 header) |
void |
handleInput(ReplyMessage_1_1 header) |
void |
handleInput(ReplyMessage_1_2 header) |
void |
handleInput(RequestMessage_1_0 header) |
void |
handleInput(RequestMessage_1_1 header) |
void |
handleInput(RequestMessage_1_2 header) |
void handleInput(Message header) throws IOException
IOExceptionvoid handleInput(RequestMessage_1_0 header) throws IOException
IOExceptionvoid handleInput(RequestMessage_1_1 header) throws IOException
IOExceptionvoid handleInput(RequestMessage_1_2 header) throws IOException
IOExceptionvoid handleInput(ReplyMessage_1_0 header) throws IOException
IOExceptionvoid handleInput(ReplyMessage_1_1 header) throws IOException
IOExceptionvoid handleInput(ReplyMessage_1_2 header) throws IOException
IOExceptionvoid handleInput(LocateRequestMessage_1_0 header) throws IOException
IOExceptionvoid handleInput(LocateRequestMessage_1_1 header) throws IOException
IOExceptionvoid handleInput(LocateRequestMessage_1_2 header) throws IOException
IOExceptionvoid handleInput(LocateReplyMessage_1_0 header) throws IOException
IOExceptionvoid handleInput(LocateReplyMessage_1_1 header) throws IOException
IOExceptionvoid handleInput(LocateReplyMessage_1_2 header) throws IOException
IOExceptionvoid handleInput(FragmentMessage_1_1 header) throws IOException
IOExceptionvoid handleInput(FragmentMessage_1_2 header) throws IOException
IOExceptionvoid handleInput(CancelRequestMessage header) throws IOException
IOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.