Class InternalServerBuilder

  • All Implemented Interfaces:
    java.util.function.Supplier<org.apache.sshd.server.SshServer>, org.apache.sshd.common.util.ObjectBuilder<org.apache.sshd.server.SshServer>

    public class InternalServerBuilder
    extends org.apache.sshd.server.ServerBuilder
    • Field Summary

      • Fields inherited from class org.apache.sshd.server.ServerBuilder

        DEFAULT_CHANNEL_FACTORIES, DEFAULT_COMPRESSION_FACTORIES, DEFAULT_GLOBAL_REQUEST_HANDLERS, DEFAULT_INTERACTIVE_AUTHENTICATOR, DEFAULT_KEX_EXTENSION_HANDLER, DEFAULT_PUBLIC_KEY_AUTHENTICATOR, DH2KEX, interactiveAuthenticator, pubkeyAuthenticator
      • Fields inherited from class org.apache.sshd.common.BaseBuilder

        channelFactories, channelStreamPacketWriterResolver, cipherFactories, compressionFactories, DEFAULT_CIPHERS_PREFERENCE, DEFAULT_FILE_SYSTEM_FACTORY, DEFAULT_FORWARDER_FACTORY, DEFAULT_FORWARDING_FILTER, DEFAULT_KEX_PREFERENCE, DEFAULT_MAC_PREFERENCE, DEFAULT_SIGNATURE_PREFERENCE, DEFAULT_UNKNOWN_CHANNEL_REFERENCE_HANDLER, factory, fileSystemFactory, forwarderFactory, forwardingFilter, globalRequestHandlers, kexExtensionHandler, keyExchangeFactories, macFactories, randomFactory, signatureFactories, unknownChannelReferenceHandler
    • Method Summary

      • Methods inherited from class org.apache.sshd.server.ServerBuilder

        build, builder, fillWithDefaultValues, interactiveAuthenticator, publickeyAuthenticator, setUpDefaultCompressionFactories, setUpDefaultKeyExchanges, setUpDefaultSignatureFactories
      • Methods inherited from class org.apache.sshd.common.BaseBuilder

        build, channelFactories, channelStreamPacketWriterResolver, cipherFactories, compressionFactories, factory, fileSystemFactory, forwarderFactory, forwardingFilter, globalRequestHandlers, kexExtensionHandler, keyExchangeFactories, macFactories, me, randomFactory, setUpDefaultCiphers, setUpDefaultMacs, signatureFactories, unknownChannelReferenceHandler
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.apache.sshd.common.util.ObjectBuilder

        get
    • Constructor Detail

      • InternalServerBuilder

        public InternalServerBuilder​(MinaSshServer sshServer)