Skip navigation links
Reactor JavaDocs

Package reactor.io.net

Reactive network components are located in this package scope implementing the following exposed contract: A ReactorPeer NetServer/NetClient is a Publisher of ReactorChannel that are themselves Publisher of input data.

See: Description

Package reactor.io.net Description

Reactive network components are located in this package scope implementing the following exposed contract: A ReactorPeer NetServer/NetClient is a Publisher of ReactorChannel that are themselves Publisher of input data. This input data will be the received information from a Server perspective and response information from a Client perspective. A channel also expose useful methods to write, close and generally control the lifecycle of the underlying connection.
Skip navigation links
Reactor JavaDocs

Copyright © 2016. All rights reserved.