public class Http1TestServer extends AsyncServer
Constructor and Description |
---|
Http1TestServer() |
Http1TestServer(IOReactorConfig ioReactorConfig,
SSLContext sslContext,
SSLSessionInitializer sslSessionInitializer,
SSLSessionVerifier sslSessionVerifier) |
Modifier and Type | Method and Description |
---|---|
void |
awaitShutdown(TimeValue waitTime) |
void |
close() |
protected void |
execute(IOEventHandlerFactory ioEventHandlerFactory) |
IOReactorStatus |
getStatus() |
void |
initiateShutdown() |
<T> void |
register(String uriPattern,
AsyncServerRequestHandler<T> requestHandler) |
void |
register(String uriPattern,
Supplier<AsyncServerExchangeHandler> supplier) |
void |
shutdown(TimeValue graceTime) |
InetSocketAddress |
start() |
InetSocketAddress |
start(HttpProcessor httpProcessor,
Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator,
Http1Config http1Config) |
InetSocketAddress |
start(HttpProcessor httpProcessor,
Http1Config http1Config) |
InetSocketAddress |
start(IOEventHandlerFactory handlerFactory) |
getEndpoints, listen
public Http1TestServer(IOReactorConfig ioReactorConfig, SSLContext sslContext, SSLSessionInitializer sslSessionInitializer, SSLSessionVerifier sslSessionVerifier) throws IOException
IOException
public Http1TestServer() throws IOException
IOException
public void register(String uriPattern, Supplier<AsyncServerExchangeHandler> supplier)
public <T> void register(String uriPattern, AsyncServerRequestHandler<T> requestHandler)
public InetSocketAddress start(IOEventHandlerFactory handlerFactory) throws Exception
Exception
public InetSocketAddress start(HttpProcessor httpProcessor, Decorator<AsyncServerExchangeHandler> exchangeHandlerDecorator, Http1Config http1Config) throws Exception
Exception
public InetSocketAddress start(HttpProcessor httpProcessor, Http1Config http1Config) throws Exception
Exception
public InetSocketAddress start() throws Exception
Exception
protected void execute(IOEventHandlerFactory ioEventHandlerFactory) throws IOException
IOException
public IOReactorStatus getStatus()
public void awaitShutdown(TimeValue waitTime) throws InterruptedException
InterruptedException
public void initiateShutdown()
public void shutdown(TimeValue graceTime)
public void close() throws Exception
close
in interface AutoCloseable
Exception
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.