@Deprecated public abstract class ServerMessageEventHandler extends Object
Modifier | Constructor and Description |
---|---|
protected |
ServerMessageEventHandler(Channel channel)
Deprecated.
Experimental, may change
|
Modifier and Type | Method and Description |
---|---|
void |
afterEvent(Throwable thrown)
Deprecated.
Experimental, may change
|
void |
beforeEvent()
Deprecated.
Experimental, may change
|
@Deprecated protected ServerMessageEventHandler(Channel channel)
@Deprecated public void beforeEvent()
channel
- the channel handling the protocol message@Deprecated public void afterEvent(Throwable thrown)
channel
- the channel handling the protocol messagethrown
- the exception thrown if handling the message resulted in an errorCopyright © 2013 JBoss by Red Hat. All Rights Reserved.