Class AsynchronousSocketChannelStream

    • Constructor Detail

      • AsynchronousSocketChannelStream

        public AsynchronousSocketChannelStream​(ServerAddress serverAddress,
                                               SocketSettings settings,
                                               BufferProvider bufferProvider,
                                               java.nio.channels.AsynchronousChannelGroup group)
        Deprecated.
    • Method Detail

      • openAsync

        public void openAsync​(AsyncCompletionHandler<java.lang.Void> handler)
        Deprecated.
        Description copied from interface: Stream
        Open the stream asynchronously.
        Specified by:
        openAsync in interface Stream
        Parameters:
        handler - the completion handler for opening the stream
      • getGroup

        public java.nio.channels.AsynchronousChannelGroup getGroup()
        Deprecated.