Class SessionPool
java.lang.Object
io.fluxcapacitor.javaclient.common.websocket.SessionPool
- All Implemented Interfaces:
AutoCloseable,Supplier<javax.websocket.Session>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SessionPool
-
-
Method Details
-
get
public javax.websocket.Session get() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-