public class StaticContextFactory<T extends ProtocolContext> extends java.lang.Object implements ProtocolContextFactory<T>
| Constructor and Description |
|---|
StaticContextFactory(T protocolContext) |
| Modifier and Type | Method and Description |
|---|---|
T |
createContext(SshEngineContext daemonContext,
java.nio.channels.SocketChannel sc) |
public StaticContextFactory(T protocolContext)
public T createContext(SshEngineContext daemonContext, java.nio.channels.SocketChannel sc) throws java.io.IOException, SshException
createContext in interface ProtocolContextFactory<T extends ProtocolContext>java.io.IOExceptionSshExceptionCopyright © 2021. All rights reserved.