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
IOException
void handleInput(RequestMessage_1_0 header) throws IOException
IOException
void handleInput(RequestMessage_1_1 header) throws IOException
IOException
void handleInput(RequestMessage_1_2 header) throws IOException
IOException
void handleInput(ReplyMessage_1_0 header) throws IOException
IOException
void handleInput(ReplyMessage_1_1 header) throws IOException
IOException
void handleInput(ReplyMessage_1_2 header) throws IOException
IOException
void handleInput(LocateRequestMessage_1_0 header) throws IOException
IOException
void handleInput(LocateRequestMessage_1_1 header) throws IOException
IOException
void handleInput(LocateRequestMessage_1_2 header) throws IOException
IOException
void handleInput(LocateReplyMessage_1_0 header) throws IOException
IOException
void handleInput(LocateReplyMessage_1_1 header) throws IOException
IOException
void handleInput(LocateReplyMessage_1_2 header) throws IOException
IOException
void handleInput(FragmentMessage_1_1 header) throws IOException
IOException
void handleInput(FragmentMessage_1_2 header) throws IOException
IOException
void handleInput(CancelRequestMessage header) throws IOException
IOException
Copyright © 2021 JBoss by Red Hat. All rights reserved.