Interface Context


public interface Context
  • Method Details

    • getPolicy

      <P> P getPolicy(Class<P> clz)
    • hasPolicy

      boolean hasPolicy(Class<?> clz)
    • getExecutorService

      ExecutorService getExecutorService()
    • getMaximumPacketLength

      int getMaximumPacketLength()
    • getByteBufferPool

      com.sshtools.common.util.ByteBufferPool getByteBufferPool()
    • getComponentManager

      ComponentManager getComponentManager()
    • setPolicy

      void setPolicy(Class<?> clz, Object policy)