Package | Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static HttpSelector |
NetSelectors.delete(String uri)
|
static HttpSelector |
NetSelectors.get(String uri)
|
static HttpSelector |
NetSelectors.http(String uri,
Protocol protocol,
Method method)
Creates a
Selector based on a URI template. |
static HttpSelector |
NetSelectors.post(String uri)
|
static HttpSelector |
NetSelectors.put(String uri)
|
static HttpSelector |
NetSelectors.ws(String uri)
|
Copyright © 2016. All rights reserved.