public interface BizContext
| 限定符和类型 | 方法和说明 |
|---|---|
String |
get(String key)
get value
|
long |
getArriveTimestamp()
get the arrive time stamp
|
int |
getClientTimeout()
get the timeout value from rpc client.
|
Connection |
getConnection()
get the connection of this request
|
InvokeContext |
getInvokeContext()
get invoke context.
|
String |
getRemoteAddress()
get remote address
|
String |
getRemoteHost()
get remote host ip
|
int |
getRemotePort()
get remote port
|
boolean |
isRequestTimeout()
check whether request already timeout
|
void |
put(String key,
String value)
put a key and value
|
String getRemoteAddress()
String getRemoteHost()
int getRemotePort()
Connection getConnection()
boolean isRequestTimeout()
int getClientTimeout()
long getArriveTimestamp()
InvokeContext getInvokeContext()
Copyright © 2021. All rights reserved.