Java org.apache.http.impl.bootstrap ServerBootstrap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.impl.bootstrap ServerBootstrap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.impl.bootstrap ServerBootstrap.

The text is from its open source code.

Method

ServerBootstrapbootstrap()
HttpServercreate()
ServerBootstrapregisterHandler(final String pattern, final HttpRequestHandler handler)
Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
ServerBootstrapsetListenerPort(final int listenerPort)
Sets listener port number.
ServerBootstrapsetServerInfo(final String serverInfo)
Assigns Server response header value.
ServerBootstrapsetSocketConfig(final SocketConfig socketConfig)
Sets socket configuration.