Uses of Interface
com.sshtools.synergy.nio.ProtocolContextFactory
Packages that use ProtocolContextFactory
-
Uses of ProtocolContextFactory in com.sshtools.synergy.nio
Classes in com.sshtools.synergy.nio that implement ProtocolContextFactoryModifier and TypeClassDescriptionclassStaticContextFactory<T extends ProtocolContext>Holds a single contextMethods in com.sshtools.synergy.nio that return ProtocolContextFactoryMethods in com.sshtools.synergy.nio with parameters of type ProtocolContextFactoryModifier and TypeMethodDescriptionSshEngineContext.addListeningInterface(String addressToBind, int portToBind, ProtocolContextFactory<?> contextFactory, boolean reuseAddress) Add an interface and port to the listening socket list and provide the protocol context.SshEngineContext.addListeningInterface(InetAddress addressToBind, int portToBind, ProtocolContextFactory<?> contextFactory, boolean reuseAddress) Add an interface and port to the listening socket list and provide the protocol context.Constructors in com.sshtools.synergy.nio with parameters of type ProtocolContextFactoryModifierConstructorDescriptionListeningInterface(InetSocketAddress addressToBind, ProtocolContextFactory<?> context) ListeningInterface(InetSocketAddress addressToBind, ProtocolContextFactory<?> context, int backlog)