We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cbbb99 commit 8c1c8ceCopy full SHA for 8c1c8ce
src/main/java/org/threadly/litesockets/Client.java
@@ -124,14 +124,12 @@ protected <T> SettableListenableFuture<T> makeClientSettableListenableFuture() {
124
*/
125
public abstract SocketAddress getRemoteSocketAddress();
126
127
-
128
/**
129
*
130
* @return the local {@link SocketAddress} this client is using.
131
132
public abstract SocketAddress getLocalSocketAddress();
133
134
135
136
* Returns true if this client has data pending in its write buffers. False if there is no data pending write.
137
@@ -520,7 +518,6 @@ public interface Reader {
520
518
public void onRead(Client client);
521
519
}
522
523
524
525
* Used to notify when a Client is closed.
526
0 commit comments