Uses of Class
com.sshtools.server.SshServerContext
Packages that use SshServerContext
-
Uses of SshServerContext in com.sshtools.server
Methods in com.sshtools.server that return SshServerContextModifier and TypeMethodDescriptionSshServer.createContext
(com.sshtools.synergy.nio.SshEngineContext daemonContext, SocketChannel sc) AbstractSshServer.createServerContext
(com.sshtools.synergy.nio.SshEngineContext daemonContext, SocketChannel sc) AuthenticationProtocolServer.getContext()
ConnectionProtocolServer.getContext()
TransportProtocolServer.getContext()
Methods in com.sshtools.server that return types with arguments of type SshServerContextModifier and TypeMethodDescriptionprotected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
ConnectionProtocolServer.createChannel
(String channeltype, com.sshtools.synergy.ssh.Connection<SshServerContext> con) final com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
DefaultServerChannelFactory.createChannel
(String channeltype, com.sshtools.common.ssh.SshConnection con) protected com.sshtools.synergy.ssh.ForwardingChannel<SshServerContext>
RemoteForwardingChannelFactoryImpl.createChannel
(String channelType, com.sshtools.common.ssh.SshConnection con, String addressToBind, int portToBind, SocketChannel sc, SshServerContext context) protected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
DefaultServerChannelFactory.createLocalForwardingChannel
(com.sshtools.common.ssh.SshConnection con) protected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
DefaultServerChannelFactory.createSessionChannel
(com.sshtools.common.ssh.SshConnection con) com.sshtools.common.auth.AuthenticationMechanismFactory<SshServerContext>
SshServerContext.getAuthenticationMechanismFactory()
Get theAuthenticationMechanismFactory
for this context.protected com.sshtools.synergy.ssh.ChannelFactory<SshServerContext>
AbstractSshServer.getChannelFactory()
com.sshtools.synergy.ssh.ChannelFactory<SshServerContext>
SshServerContext.getChannelFactory()
com.sshtools.synergy.ssh.ConnectionManager<SshServerContext>
SshServerContext.getConnectionManager()
com.sshtools.synergy.ssh.ForwardingManager<SshServerContext>
SshServerContext.getForwardingManager()
com.sshtools.synergy.ssh.GlobalRequestHandler<SshServerContext>
SshServerContext.getGlobalRequestHandler
(String name) protected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
DefaultServerChannelFactory.onChannelCreated
(com.sshtools.synergy.ssh.ChannelNG<SshServerContext> channel) protected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
DefaultServerChannelFactory.onCreateChannel
(String channeltype, com.sshtools.common.ssh.SshConnection con) Methods in com.sshtools.server with parameters of type SshServerContextModifier and TypeMethodDescriptionvoid
AbstractSshServer.configure
(SshServerContext sshContext, SocketChannel sc) protected void
AbstractSshServer.configureAuthentication
(SshServerContext sshContext, SocketChannel sc) protected void
AbstractSshServer.configureChannels
(SshServerContext sshContext, SocketChannel sc) protected void
AbstractSshServer.configureFilesystem
(SshServerContext sshContext, SocketChannel sc) protected void
AbstractSshServer.configureForwarding
(SshServerContext sshContext, SocketChannel sc) protected void
AbstractSshServer.configureHostKeys
(SshServerContext sshContext, SocketChannel sc) protected com.sshtools.synergy.ssh.ForwardingChannel<SshServerContext>
RemoteForwardingChannelFactoryImpl.createChannel
(String channelType, com.sshtools.common.ssh.SshConnection con, String addressToBind, int portToBind, SocketChannel sc, SshServerContext context) Method parameters in com.sshtools.server with type arguments of type SshServerContextModifier and TypeMethodDescriptionvoid
AbstractSshServer.addGlobalRequestHandler
(com.sshtools.synergy.ssh.GlobalRequestHandler<SshServerContext> handler) void
SshServerContext.addGlobalRequestHandler
(com.sshtools.synergy.ssh.GlobalRequestHandler<SshServerContext> handler) DefaultServerChannelFactory.addListener
(com.sshtools.synergy.ssh.ChannelFactoryListener<SshServerContext> listener) protected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
ConnectionProtocolServer.createChannel
(String channeltype, com.sshtools.synergy.ssh.Connection<SshServerContext> con) final void
NoneAuthentication.init
(com.sshtools.synergy.ssh.TransportProtocol<SshServerContext> transport, AuthenticationProtocolServer authentication) Initializes the mechanism with variables.protected void
TransportProtocolServer.initializeKeyExchange
(com.sshtools.synergy.ssh.components.SshKeyExchange<SshServerContext> keyExchange, boolean firstPacketFollows, boolean useFirstPacket) protected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
DefaultServerChannelFactory.onChannelCreated
(com.sshtools.synergy.ssh.ChannelNG<SshServerContext> channel) void
DefaultServerChannelFactory.removeListener
(com.sshtools.synergy.ssh.ChannelFactoryListener<SshServerContext> listener) void
SshServerContext.setAuthenicationMechanismFactory
(com.sshtools.common.auth.AuthenticationMechanismFactory<SshServerContext> authFactory) Set theAuthenticationMechanismFactory
for this context.void
AbstractSshServer.setChannelFactory
(com.sshtools.synergy.ssh.ChannelFactory<SshServerContext> channelFactory) void
SshServerContext.setChannelFactory
(com.sshtools.synergy.ssh.ChannelFactory<SshServerContext> channelFactory) void
SshServerContext.setConnectionManager
(com.sshtools.synergy.ssh.ConnectionManager<SshServerContext> connectionManager) void
SshServerContext.setForwardingManager
(com.sshtools.synergy.ssh.ForwardingManager<SshServerContext> forwardingManager) void
TransportProtocolServer.startService
(com.sshtools.common.sshd.Service<SshServerContext> service) Constructors in com.sshtools.server with parameters of type SshServerContextModifierConstructorDescriptionTransportProtocolServer
(SshServerContext sshContext, com.sshtools.synergy.nio.ConnectRequestFuture connectFuture) Constructor parameters in com.sshtools.server with type arguments of type SshServerContextModifierConstructorDescriptionNoneAuthentication
(com.sshtools.synergy.ssh.TransportProtocol<SshServerContext> transport, AuthenticationProtocolServer auth) -
Uses of SshServerContext in com.sshtools.server.callback
Methods in com.sshtools.server.callback that return SshServerContextModifier and TypeMethodDescriptionprotected SshServerContext
CallbackContextFactory.createServerContext
(com.sshtools.synergy.nio.SshEngineContext daemonContext) Methods in com.sshtools.server.callback that return types with arguments of type SshServerContextModifier and TypeMethodDescriptioncom.sshtools.synergy.ssh.ChannelFactory<SshServerContext>
CallbackServer.getChannelFactory()
Methods in com.sshtools.server.callback with parameters of type SshServerContextModifier and TypeMethodDescriptionprotected void
CallbackContextFactory.configureServerContext
(SshServerContext serverContext, SocketChannel sc) Constructor parameters in com.sshtools.server.callback with type arguments of type SshServerContextModifierConstructorDescriptionSwitchingSshContext
(com.sshtools.synergy.nio.SshEngine engine, String clientIdentifier, com.sshtools.synergy.nio.ProtocolContextFactory<SshServerContext> serverFactory) SwitchingSshContext
(com.sshtools.synergy.nio.SshEngine engine, String clientIdentifier, com.sshtools.synergy.nio.ProtocolContextFactory<SshServerContext> serverFactory, com.sshtools.common.ssh.SecurityLevel securityLevel) -
Uses of SshServerContext in com.sshtools.server.vsession
Methods in com.sshtools.server.vsession that return types with arguments of type SshServerContextModifier and TypeMethodDescriptionprotected com.sshtools.synergy.ssh.ChannelNG<SshServerContext>
VirtualChannelFactory.createSessionChannel
(com.sshtools.common.ssh.SshConnection con)