public abstract class Request extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected Socket |
connection |
| 构造器和说明 |
|---|
Request(Socket connection,
Properties serverConfig) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLocalAddr() |
int |
getLocalPort() |
String |
getProperty(String key,
String defaultValue) |
String |
getRemoteAddr() |
int |
getRemotePort() |
boolean |
isInternal() |
void |
putProperty(String key,
String value) |
protected void |
setIsInternal(boolean isItInternal) |
protected Socket connection
public Request(Socket connection, Properties serverConfig)
Copyright © 2025 onecode. All rights reserved.