public class SimpleHTTPServerConfiguration extends HTTP2Configuration
| 构造器和说明 |
|---|
SimpleHTTPServerConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getHost()
Get the HTTP server host name.
|
int |
getPort()
Get the HTTP server TCP port.
|
void |
setHost(String host)
Set the HTTP server host name.
|
void |
setPort(int port)
Set the HTTP server TCP port.
|
getCharacterEncoding, getFlowControlStrategy, getInitialSessionRecvWindow, getInitialStreamSendWindow, getMaxConcurrentStreams, getMaxDynamicTableSize, getMaxHeaderBlockFragment, getMaxRequestHeadLength, getMaxRequestTrailerLength, getMaxResponseHeadLength, getMaxResponseTrailerLength, getProtocol, getSecureSessionFactory, getStreamIdleTimeout, getTcpConfiguration, isSecureConnectionEnabled, setCharacterEncoding, setFlowControlStrategy, setInitialSessionRecvWindow, setInitialStreamSendWindow, setMaxConcurrentStreams, setMaxDynamicTableSize, setMaxHeaderBlockFragment, setMaxRequestHeadLength, setMaxRequestTrailerLength, setMaxResponseHeadLength, setMaxResponseTrailerLength, setProtocol, setSecureConnectionEnabled, setSecureSessionFactory, setStreamIdleTimeout, setTcpConfigurationpublic String getHost()
public void setHost(String host)
host - The HTTP server host name.public int getPort()
public void setPort(int port)
port - The HTTP server TCP port.Copyright © 2017. All rights reserved.