Skip to content

Byte Abstraction #6

@benjchristensen

Description

@benjchristensen

I've used String as the data type for input/output just to get functional quickly, rather than choosing a byte abstraction. This now needs to be replaced with whatever we choose to use.

See https://github.com/ReactiveSocket/reactivesocket-java/blob/e38b757ca02e597712139dfb9d01ba5dc7079c40/src/main/java/io/reactivesocket/RequestHandler.java#L24

Rather than byte[] or nio.ByteBuffer, we probably want something that can work across transport implementations, including Netty's ByteBuf.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions