public class RequestContext extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
remoteAddr |
protected RemotingEndPoint |
remotingEndPoint |
protected RemotingCommand |
request |
| 构造器和说明 |
|---|
RequestContext(RemotingEndPoint remotingEndPoint,
String remoteAddr,
RemotingCommand request) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRemoteAddr() |
RemotingEndPoint |
getRemotingEndPoint() |
RemotingCommand |
getRequest() |
void |
setRemoteAddr(String remoteAddr) |
void |
setRemotingEndPoint(RemotingEndPoint remotingEndPoint) |
void |
setRequest(RemotingCommand request) |
String |
toString() |
protected RemotingEndPoint remotingEndPoint
protected String remoteAddr
protected RemotingCommand request
public RequestContext(RemotingEndPoint remotingEndPoint, String remoteAddr, RemotingCommand request)
public RemotingEndPoint getRemotingEndPoint()
public void setRemotingEndPoint(RemotingEndPoint remotingEndPoint)
public String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
public RemotingCommand getRequest()
public void setRequest(RemotingCommand request)
Copyright © 2021–2022. All rights reserved.