public interface ChannelSessionAware
Command can implement this optional interface
to receive a reference to ChannelSession.| Modifier and Type | Method and Description |
|---|---|
void |
setChannelSession(ChannelSession session)
Receives the channel in which the command is being executed.
|
void setChannelSession(ChannelSession session)
session - never nullCopyright © 2008–2015 The Apache Software Foundation. All rights reserved.