Class AbstractConnectionFactory

    • Method Detail

      • getProtocols

        public java.util.List<java.lang.String> getProtocols()
        Deprecated.
        Specified by:
        getProtocols in interface ConnectionFactory
        Returns:
        A list of alternative protocol names/versions including the primary protocol.
      • getInputBufferSize

        @ManagedAttribute("The buffer size used to read from the network")
        public int getInputBufferSize()
        Deprecated.
      • setInputBufferSize

        public void setInputBufferSize​(int size)
        Deprecated.