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()RawWebsocketConnectBuilderwithConnectionInformation(WebsocketSenderId websocketSenderId, ConnectionInformation connectionInformation)RawWebsocketConnectBuilderwithEncodedQueryString(String encodedQueryParameters)RawWebsocketConnectBuilderwithHeaders(Headers headers)RawWebsocketConnectBuilderwithNonSerializableConnectionInformation(NonSerializableConnectionInformation connectionInformation)RawWebsocketConnectBuilderwithQueryParameterMap(Map<String,List<String>> queryParameters)
-
-
-
Method Detail
-
rawWebsocketConnectBuilder
public static RawWebsocketConnectBuilder rawWebsocketConnectBuilder()
-
withNonSerializableConnectionInformation
public RawWebsocketConnectBuilder withNonSerializableConnectionInformation(NonSerializableConnectionInformation connectionInformation)
-
withConnectionInformation
public RawWebsocketConnectBuilder withConnectionInformation(WebsocketSenderId websocketSenderId, ConnectionInformation connectionInformation)
-
withHeaders
public RawWebsocketConnectBuilder withHeaders(Headers headers)
-
withEncodedQueryString
public RawWebsocketConnectBuilder withEncodedQueryString(String encodedQueryParameters)
-
withQueryParameterMap
public RawWebsocketConnectBuilder withQueryParameterMap(Map<String,List<String>> queryParameters)
-
build
public RawWebsocketConnect build()
-
-