public class HttpApiV2HttpContext extends Object
| Constructor and Description |
|---|
HttpApiV2HttpContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethod() |
String |
getPath() |
String |
getProtocol() |
String |
getSourceIp() |
String |
getUserAgent() |
void |
setMethod(String method) |
void |
setPath(String path) |
void |
setProtocol(String protocol) |
void |
setSourceIp(String sourceIp) |
void |
setUserAgent(String userAgent) |
public String getMethod()
public void setMethod(String method)
public String getPath()
public void setPath(String path)
public String getProtocol()
public void setProtocol(String protocol)
public String getSourceIp()
public void setSourceIp(String sourceIp)
public String getUserAgent()
public void setUserAgent(String userAgent)
Copyright © 2022. All rights reserved.