Package de.quantummaid.httpmaid.undertow
Class UndertowConnectionInformation
- java.lang.Object
-
- de.quantummaid.httpmaid.undertow.UndertowConnectionInformation
-
- All Implemented Interfaces:
ConnectionInformation,NonSerializableConnectionInformation
public final class UndertowConnectionInformation extends Object implements NonSerializableConnectionInformation
-
-
Constructor Summary
Constructors Constructor Description UndertowConnectionInformation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisconnect()voidsend(String message)static UndertowConnectionInformationundertowConnectionInformation(io.undertow.websockets.core.WebSocketChannel channel)-
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
-
undertowConnectionInformation
public static UndertowConnectionInformation undertowConnectionInformation(io.undertow.websockets.core.WebSocketChannel channel)
-
send
public void send(String message)
- Specified by:
sendin interfaceNonSerializableConnectionInformation
-
disconnect
public void disconnect()
- Specified by:
disconnectin interfaceNonSerializableConnectionInformation
-
-