1. Home
  2. Java
  3. java.nio.channels
  4. Java java.nio.channels AsynchronousSocketChannel
    • Class List
    • Java AsynchronousFileChannel
    • Java AsynchronousServerSocketChannel
    • Java AsynchronousSocketChannel
    • Java Channels
    • Java CompletionHandler tutorial with examples
    • Java DatagramChannel
    • Java FileChannel
    • Java FileLock
    • Java MembershipKey
    • Java NetworkChannel
    • Java ReadableByteChannel copyChannels(ReadableByteChannel in, WritableByteChannel out)
    • Java SeekableByteChannel
    • Java SelectionKey
    • Java Selector
    • Java ServerSocketChannel
    • Java SocketChannel
    • Java WritableByteChannel

Java java.nio.channels AsynchronousSocketChannel

PreviousNext

By API

The following index lists the tutorials for AsynchronousSocketChannel by API.

Methods

  • Java AsynchronousSocketChannel close()
  • Java AsynchronousSocketChannel connect(SocketAddress remote)
  • Java AsynchronousSocketChannel getRemoteAddress()
  • Java AsynchronousSocketChannel isOpen()
  • Java AsynchronousSocketChannel open()
  • Java AsynchronousSocketChannel read(ByteBuffer dst, A attachment, CompletionHandler<Integer, ? super A> handler)
  • Java AsynchronousSocketChannel tutorial with examples
  • Java AsynchronousSocketChannel write(ByteBuffer src)
  • Java AsynchronousSocketChannel write(ByteBuffer src, A attachment, CompletionHandler<Integer, ? super A> handler)

By Examples

The following index lists the tutorials for AsynchronousSocketChannel by example titles.

  • Java AsynchronousSocketChannel Creating a Socket Connection and Sending Serializable Objects Across the Wire
PreviousNext

Related

  • Java AsynchronousServerSocketChannel accept()
  • Java AsynchronousServerSocketChannel bind(SocketAddress local)
  • Java AsynchronousServerSocketChannel accept(A attachment, CompletionHandler<AsynchronousSocketChannel, ? super A> handler)
  • Java java.nio.channels AsynchronousSocketChannel
  • Java AsynchronousSocketChannel Creating a Socket Connection and Sending Serializable Objects Across the Wire
  • Java AsynchronousSocketChannel tutorial with examples
  • Java AsynchronousSocketChannel open()

demo2s.com |  Email: | Demo Source and Support. All rights reserved.