Package de.quantummaid.httpmaid.jsr356
Class Jsr356ConnectionInformation
- java.lang.Object
-
- de.quantummaid.httpmaid.jsr356.Jsr356ConnectionInformation
-
- All Implemented Interfaces:
ConnectionInformation,NonSerializableConnectionInformation
public final class Jsr356ConnectionInformation extends Object implements NonSerializableConnectionInformation
-
-
Constructor Summary
Constructors Constructor Description Jsr356ConnectionInformation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()static Jsr356ConnectionInformationjsr356ConnectionInformation(javax.websocket.Session session)voidsend(String message)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.quantummaid.httpmaid.websockets.sender.NonSerializableConnectionInformation
uniqueIdentifier
-
-
-
-
Method Detail
-
jsr356ConnectionInformation
public static Jsr356ConnectionInformation jsr356ConnectionInformation(javax.websocket.Session session)
-
send
public void send(String message)
- Specified by:
sendin interfaceNonSerializableConnectionInformation
-
disconnect
public void disconnect()
- Specified by:
disconnectin interfaceNonSerializableConnectionInformation
-
-