Skip to content

Commit 2c6f21d

Browse files
committed
added missing method getResourceDescriptor
1 parent 77e1fca commit 2c6f21d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/main/java/org/java_websocket/client/WebSocketClient.java‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,4 +537,9 @@ public InetSocketAddress getLocalSocketAddress(){
537537
publicInetSocketAddressgetRemoteSocketAddress(){
538538
returnconn.getRemoteSocketAddress();
539539
}
540+
541+
@Override
542+
publicStringgetResourceDescriptor(){
543+
returnuri.getPath();
544+
}
540545
}

0 commit comments

Comments
(0)