public interface Connection extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionKey() |
long |
getLastReadTime() |
SocketAddress |
getLocalAddress() |
String |
getRemoteIP() |
int |
getRemotePort() |
void |
refreshLastReadTime(long lastReadTime) |
closeSocketAddress getLocalAddress()
int getRemotePort()
String getRemoteIP()
void refreshLastReadTime(long lastReadTime)
long getLastReadTime()
String getConnectionKey()
Copyright © 2021 Alibaba Group. All rights reserved.