public interface TerminateHandler
Modifier and Type | Interface and Description |
---|---|
static class |
TerminateHandler.ChannelListenerHandler<C extends Channel & CloseListenerSettable<C>>
A terminate handler which calls a channel listener on termination notification.
|
static class |
TerminateHandler.ReadyTask
A runnable task which invokes the
terminated() method of the given handler. |
Modifier and Type | Method and Description |
---|---|
void |
forceTermination()
Force the front-end channel to close, in response to XNIO worker shutdown.
|
void |
terminated()
Indicate that a previous shutdown request has successfully resulted in termination.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.