Class RawWebsocketConnectBuilder
- java.lang.Object
-
- de.quantummaid.httpmaid.websockets.endpoint.RawWebsocketConnectBuilder
-
public final class RawWebsocketConnectBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description RawWebsocketConnectBuilder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RawWebsocketConnectbuild()static RawWebsocketConnectBuilderrawWebsocketConnectBuilder()<T> RawWebsocketConnectBuilderwithAdditionalMetaData(MetaDataKey<T> key, T value)RawWebsocketConnectBuilderwithConnectionInformation(WebsocketSenderId websocketSenderId, ConnectionInformation connectionInformation)RawWebsocketConnectBuilderwithNonSerializableConnectionInformation(NonSerializableConnectionInformation connectionInformation)RawWebsocketConnectBuilderwithRegistryEntry(WebsocketRegistryEntry registryEntry)
-
-
-
Method Detail
-
rawWebsocketConnectBuilder
public static RawWebsocketConnectBuilder rawWebsocketConnectBuilder()
-
withNonSerializableConnectionInformation
public RawWebsocketConnectBuilder withNonSerializableConnectionInformation(NonSerializableConnectionInformation connectionInformation)
-
withConnectionInformation
public RawWebsocketConnectBuilder withConnectionInformation(WebsocketSenderId websocketSenderId, ConnectionInformation connectionInformation)
-
withRegistryEntry
public RawWebsocketConnectBuilder withRegistryEntry(WebsocketRegistryEntry registryEntry)
-
withAdditionalMetaData
public <T> RawWebsocketConnectBuilder withAdditionalMetaData(MetaDataKey<T> key, T value)
-
build
public RawWebsocketConnect build()
-
-