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 ConnectionInformationconnectionInformation()ContentTypecontentType()WebsocketSenderIdgetSenderId()Headersheaders()static WebsocketRegistryEntryloadFromMetaData(MetaData metaData)QueryParametersqueryParameters()static WebsocketRegistryEntryrestoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, Optional<String> contentType, QueryParameters queryParameters)voidrestoreToMetaData(MetaData metaData)WebsocketSenderIdsenderId()static WebsocketRegistryEntrywebsocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, ContentType contentType, QueryParameters queryParameters)
-
-
-
Method Detail
-
websocketRegistryEntry
public static WebsocketRegistryEntry websocketRegistryEntry(ConnectionInformation connectionInformation, WebsocketSenderId senderId, Headers headers, ContentType contentType, QueryParameters queryParameters)
-
loadFromMetaData
public static WebsocketRegistryEntry loadFromMetaData(MetaData metaData)
-
restoreFromStrings
public static WebsocketRegistryEntry restoreFromStrings(ConnectionInformation connectionInformation, String senderId, Headers headers, Optional<String> contentType, QueryParameters queryParameters)
-
senderId
public WebsocketSenderId senderId()
-
connectionInformation
public ConnectionInformation connectionInformation()
-
getSenderId
public WebsocketSenderId getSenderId()
-
headers
public Headers headers()
-
contentType
public ContentType contentType()
-
queryParameters
public QueryParameters queryParameters()
-
restoreToMetaData
public void restoreToMetaData(MetaData metaData)
-
-