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 |
---|---|
Spec.DatagramServerSpec<IN,OUT> |
Spec.DatagramServerSpec.multicastInterface(NetworkInterface iface)
Set the interface to use for multicast.
|
Modifier and Type | Method and Description |
---|---|
static <IN,OUT> DatagramServer<IN,OUT> |
NetStreams.udpServer(Class<? extends DatagramServer> serverFactory,
Function<? super Spec.DatagramServerSpec<IN,OUT>,? extends Spec.DatagramServerSpec<IN,OUT>> configuringFunction)
Bind a new UDP server to the specified bind address and port.
|
static <IN,OUT> DatagramServer<IN,OUT> |
NetStreams.udpServer(Class<? extends DatagramServer> serverFactory,
Function<? super Spec.DatagramServerSpec<IN,OUT>,? extends Spec.DatagramServerSpec<IN,OUT>> configuringFunction)
Bind a new UDP server to the specified bind address and port.
|
static <IN,OUT> DatagramServer<IN,OUT> |
NetStreams.udpServer(Function<? super Spec.DatagramServerSpec<IN,OUT>,? extends Spec.DatagramServerSpec<IN,OUT>> configuringFunction)
Bind a new UDP server to the specified bind address and port.
|
static <IN,OUT> DatagramServer<IN,OUT> |
NetStreams.udpServer(Function<? super Spec.DatagramServerSpec<IN,OUT>,? extends Spec.DatagramServerSpec<IN,OUT>> configuringFunction)
Bind a new UDP server to the specified bind address and port.
|
Copyright © 2017. All rights reserved.