protected class ServerCommon.MessageReciever extends Object implements org.jboss.remoting3.Channel.Receiver
Modifier | Constructor and Description |
---|---|
protected |
MessageReciever() |
Modifier and Type | Method and Description |
---|---|
void |
handleEnd(org.jboss.remoting3.Channel channel) |
void |
handleError(org.jboss.remoting3.Channel channel,
IOException error) |
void |
handleMessage(org.jboss.remoting3.Channel channel,
org.jboss.remoting3.MessageInputStream message) |
public void handleMessage(org.jboss.remoting3.Channel channel, org.jboss.remoting3.MessageInputStream message)
handleMessage
in interface org.jboss.remoting3.Channel.Receiver
public void handleError(org.jboss.remoting3.Channel channel, IOException error)
handleError
in interface org.jboss.remoting3.Channel.Receiver
public void handleEnd(org.jboss.remoting3.Channel channel)
handleEnd
in interface org.jboss.remoting3.Channel.Receiver
Copyright © 2023 JBoss, a division of Red Hat, Inc.. All rights reserved.