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.Receiverpublic void handleError(org.jboss.remoting3.Channel channel,
IOException error)
handleError in interface org.jboss.remoting3.Channel.Receiverpublic void handleEnd(org.jboss.remoting3.Channel channel)
handleEnd in interface org.jboss.remoting3.Channel.ReceiverCopyright © 2016 JBoss, a division of Red Hat, Inc.. All rights reserved.