Interface AmqpPort<X extends AmqpPort<X>>

    • Method Detail

      • isTcpNoDelay

        boolean isTcpNoDelay()
      • getThreadPoolSize

        int getThreadPoolSize()
      • getNumberOfSelectors

        int getNumberOfSelectors()
      • getMaxOpenConnections

        int getMaxOpenConnections()
      • isIgnoreInvalidSni

        boolean isIgnoreInvalidSni()
      • getConnectionCount

        long getConnectionCount()
      • getTotalConnectionCount

        long getTotalConnectionCount()
      • resetStatistics

        void resetStatistics()
      • getProtocolHandshakeTimeout

        long getProtocolHandshakeTimeout()
      • getCloseWhenNoRoute

        boolean getCloseWhenNoRoute()
      • getSessionCountLimit

        int getSessionCountLimit()
      • getHeartbeatDelay

        int getHeartbeatDelay()
      • acceptNewConnectionAndIncrementCount

        boolean acceptNewConnectionAndIncrementCount​(SocketAddress remoteSocketAddress)
      • decrementConnectionCount

        long decrementConnectionCount()
      • getNetworkBufferSize

        int getNetworkBufferSize()