Skip to content

Add ServerSocketChannel and SocketChannel implementations #19

Description

@CarlAmko

Supporting socket channels will allow better concurrent access to the socket's backing data stream. We can better support asynchronous workflows by providing a non-blocking mechanism for reads and writes.

To complete this, an end user should be able to:

  1. Have access to a comparable SocketChannel / NativeSocketChannel implementation that closely mirrors our blocking socket behavior,
  2. Use a ServerSocketChannel in a similar manner to a ServerSocket (Java17+)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions