Package org.apache.sshd.common.channel
Class AbstractChannelRequestHandler
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.channel.AbstractRequestHandler<Channel>
org.apache.sshd.common.channel.AbstractChannelRequestHandler
- All Implemented Interfaces:
ChannelRequestHandler,RequestHandler<Channel>
- Direct Known Subclasses:
AbstractChannelExitRequestHandler,PuttyRequestHandler
public abstract class AbstractChannelRequestHandler
extends AbstractRequestHandler<Channel>
implements ChannelRequestHandler
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.sshd.common.channel.RequestHandler
RequestHandler.Result -
Field Summary
Fields inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
logFields inherited from interface org.apache.sshd.common.channel.ChannelRequestHandler
CHANN2HNDLR -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sshd.common.util.logging.AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.sshd.common.channel.ChannelRequestHandler
process
-
Constructor Details
-
AbstractChannelRequestHandler
protected AbstractChannelRequestHandler()
-