public class WebAcceptor
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebAcceptor.Config |
Constructor and Description |
---|
WebAcceptor(int port,
org.jetlang.fibers.NioFiber acceptorFiber,
NioAcceptorHandler.ClientFactory clientFactory,
WebAcceptor.Config config,
java.lang.Runnable onEnd) |
Modifier and Type | Method and Description |
---|---|
java.nio.channels.ServerSocketChannel |
start() |
public WebAcceptor(int port, org.jetlang.fibers.NioFiber acceptorFiber, NioAcceptorHandler.ClientFactory clientFactory, WebAcceptor.Config config, java.lang.Runnable onEnd)
Copyright © 2019. All Rights Reserved.