ServerChannelGroup

Abstraction for binding a server socket and handling connections.

Note

Implementations may have resources associated with them before binding any sockets and should be closed.

class Object
trait Matchable
class Any

Value members

Abstract methods

def bind(address: InetSocketAddress, service: SocketPipelineBuilder): Try[ServerChannel]

Create a ServerChannel that will serve the service on the specified socket

Create a ServerChannel that will serve the service on the specified socket

def closeGroup(): Unit

Closes the group along with all current connections.

Closes the group along with all current connections.