Class WebsocketRegistryEntry
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.registry.WebsocketRegistryEntry
-
public final class WebsocketRegistryEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description WebsocketRegistryEntry()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalData()ConnectionInformationconnectionInformation()WebsocketRegistryEntryfixConnectionInformation(ConnectionInformation connectionInformation)WebsocketSenderIdgetSenderId()Headersheaders()QueryParametersqueryParameters()static WebsocketRegistryEntryrestoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData)voidrestoreToMetaData(MetaData metaData)WebsocketSenderIdsenderId()static WebsocketRegistryEntrywebsocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData)
-
-
-
Method Detail
-
websocketRegistryEntry
public static WebsocketRegistryEntry websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData)
-
restoreFromStrings
public static WebsocketRegistryEntry restoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, QueryParameters queryParameters, Map<String,Object> additionalData)
-
fixConnectionInformation
public WebsocketRegistryEntry fixConnectionInformation(ConnectionInformation connectionInformation)
-
senderId
public WebsocketSenderId senderId()
-
connectionInformation
public ConnectionInformation connectionInformation()
-
getSenderId
public WebsocketSenderId getSenderId()
-
headers
public Headers headers()
-
queryParameters
public QueryParameters queryParameters()
-
restoreToMetaData
public void restoreToMetaData(MetaData metaData)
-
-