Uses of Class
com.sshtools.synergy.nio.ListeningInterface
Packages that use ListeningInterface
-
Uses of ListeningInterface in com.sshtools.synergy.nio
Methods in com.sshtools.synergy.nio that return ListeningInterfaceModifier 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.SshEngineContext.getListeningInterfaces()Get the listening socket list.Methods in com.sshtools.synergy.nio with parameters of type ListeningInterfaceModifier and TypeMethodDescriptionabstract booleanClientAcceptor.finishAccept(SelectionKey key, ListeningInterface li) Complete the accept operation.default voidSshEngineListener.interfaceCannotStart(SshEngine engine, ListeningInterface li, IOException ex) voidSshEngineListenerAdapter.interfaceCannotStart(SshEngine engine, ListeningInterface li, IOException ex) default voidSshEngineListener.interfaceCannotStop(SshEngine engine, ListeningInterface li, IOException e) voidSshEngineListenerAdapter.interfaceCannotStop(SshEngine engine, ListeningInterface li, IOException e) default voidSshEngineListener.interfaceStarted(SshEngine engine, ListeningInterface li) voidSshEngineListenerAdapter.interfaceStarted(SshEngine engine, ListeningInterface li) default voidSshEngineListener.interfaceStopped(SshEngine engine, ListeningInterface li) voidSshEngineListenerAdapter.interfaceStopped(SshEngine engine, ListeningInterface li) voidSshEngine.removeAcceptor(ListeningInterface li) protected booleanSshEngine.startListeningInterface(ListeningInterface li) Constructors in com.sshtools.synergy.nio with parameters of type ListeningInterfaceModifierConstructorDescriptionConstruct an acceptor with a protocol context. -
Uses of ListeningInterface in com.sshtools.synergy.ssh
Methods in com.sshtools.synergy.ssh with parameters of type ListeningInterfaceModifier and TypeMethodDescriptionbooleanSocketListeningForwardingChannelFactoryImpl.finishAccept(SelectionKey key, ListeningInterface li)