public interface UnknownChannelReferenceHandler
| Modifier and Type | Method and Description |
|---|---|
Channel |
handleUnknownChannelCommand(ConnectionService service,
byte cmd,
int channelId,
Buffer buffer)
Invoked when the connection service responsible for handling channel messages receives a message intended for an
unknown channel.
|
Channel handleUnknownChannelCommand(ConnectionService service, byte cmd, int channelId, Buffer buffer) throws IOException
service - The ConnectionService instance through which the message was receivedcmd - The requested command identifierchannelId - The (unknown) target channel identifierbuffer - The message Buffer containing the rest of the messageChannel - if null then the message for the unknown channel is
ignored.IOException - If failed to handle the requestCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.