Class WrapperSelectionChannel<T extends SelectionChannel>

    • Constructor Detail

      • WrapperSelectionChannel

        public WrapperSelectionChannel​(T wrappedChannel)
        Deprecated.
        Constructor.
        Parameters:
        wrappedChannel - The wrapped channel.
      • WrapperSelectionChannel

        public WrapperSelectionChannel​(T wrappedChannel,
                                       SelectionRegistration registration)
        Deprecated.
        Constructor.
        Parameters:
        wrappedChannel - The wrapped channel.
        registration - The selection registration.
    • Method Detail

      • isBlocking

        public boolean isBlocking()
        Deprecated.
        Indicates if the wrapped channel is blocking.
        Specified by:
        isBlocking in interface BlockableChannel
        Returns:
        True if the wrapped channel is blocking.
      • setRegistration

        public void setRegistration​(SelectionRegistration registration)
        Deprecated.
        Sets the NIO registration.
        Parameters:
        registration - The NIO registration.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object