public static class NettyProperties.HttpServlet extends Object
| 构造器和说明 |
|---|
HttpServlet() |
| 限定符和类型 | 方法和说明 |
|---|---|
File |
getBasedir() |
int |
getMaxChunkSize() |
int |
getMaxContentSize() |
int |
getMaxHeaderLineSize() |
int |
getMaxHeaderSize() |
int |
getResponseWriterChunkMaxHeapByteLength() |
Class<? extends Executor> |
getServerHandlerExecutor() |
String |
getSessionRemoteServerAddress() |
boolean |
isEnableLookup() |
boolean |
isEnablesLocalFileSession() |
void |
setBasedir(File basedir) |
void |
setEnableLookup(boolean enableLookup) |
void |
setEnablesLocalFileSession(boolean enablesLocalFileSession) |
void |
setMaxChunkSize(int maxChunkSize) |
void |
setMaxContentSize(int maxContentSize) |
void |
setMaxHeaderLineSize(int maxHeaderLineSize) |
void |
setMaxHeaderSize(int maxHeaderSize) |
void |
setResponseWriterChunkMaxHeapByteLength(int responseWriterChunkMaxHeapByteLength) |
void |
setServerHandlerExecutor(Class<? extends Executor> serverHandlerExecutor) |
void |
setSessionRemoteServerAddress(String sessionRemoteServerAddress) |
public boolean isEnableLookup()
public void setEnableLookup(boolean enableLookup)
public int getMaxContentSize()
public void setMaxContentSize(int maxContentSize)
public int getMaxHeaderLineSize()
public void setMaxHeaderLineSize(int maxHeaderLineSize)
public int getMaxHeaderSize()
public void setMaxHeaderSize(int maxHeaderSize)
public int getMaxChunkSize()
public void setMaxChunkSize(int maxChunkSize)
public void setServerHandlerExecutor(Class<? extends Executor> serverHandlerExecutor)
public boolean isEnablesLocalFileSession()
public void setEnablesLocalFileSession(boolean enablesLocalFileSession)
public String getSessionRemoteServerAddress()
public void setSessionRemoteServerAddress(String sessionRemoteServerAddress)
public int getResponseWriterChunkMaxHeapByteLength()
public void setResponseWriterChunkMaxHeapByteLength(int responseWriterChunkMaxHeapByteLength)
public File getBasedir()
public void setBasedir(File basedir)
Copyright © 2020. All rights reserved.