public interface Context
| Modifier and Type | Method and Description |
|---|---|
com.sshtools.common.util.ByteBufferPool |
getByteBufferPool() |
ComponentManager |
getComponentManager() |
java.util.concurrent.ExecutorService |
getExecutorService() |
int |
getMaximumPacketLength() |
<P> P |
getPolicy(java.lang.Class<P> clz) |
boolean |
hasPolicy(java.lang.Class<?> clz) |
void |
setPolicy(java.lang.Class<?> clz,
java.lang.Object policy) |
<P> P getPolicy(java.lang.Class<P> clz)
boolean hasPolicy(java.lang.Class<?> clz)
java.util.concurrent.ExecutorService getExecutorService()
int getMaximumPacketLength()
com.sshtools.common.util.ByteBufferPool getByteBufferPool()
ComponentManager getComponentManager()
void setPolicy(java.lang.Class<?> clz,
java.lang.Object policy)
Copyright © 2022. All rights reserved.