Class AprSession

    • Method Detail

      • getLocalAddress

        public java.net.InetSocketAddress getLocalAddress()
        Returns:
        the socket address of local machine which is associated with this session.
      • getRemoteAddress

        public java.net.InetSocketAddress getRemoteAddress()
        Returns:
        the socket address of remote peer.
      • getFilterChain

        public IoFilterChain getFilterChain()
        Returns:
        the filter chain that only affects this session.