Class JSR356WebSocketEndpointBuilderFactory.JSR356WebSocketHeaderNameBuilder
- java.lang.Object
-
- org.apache.camel.builder.endpoint.dsl.JSR356WebSocketEndpointBuilderFactory.JSR356WebSocketHeaderNameBuilder
-
- Enclosing interface:
- JSR356WebSocketEndpointBuilderFactory
public static class JSR356WebSocketEndpointBuilderFactory.JSR356WebSocketHeaderNameBuilder extends Object
The builder of headers' name for the Javax Websocket component.
-
-
Constructor Summary
Constructors Constructor Description JSR356WebSocketHeaderNameBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringjsr356ProducerSessionIncomingUse()Use incoming session.Stringjsr356Session()The session.
-
-
-
Method Detail
-
jsr356Session
public String jsr356Session()
The session. The option is a:javax.websocket.Sessiontype. Group: common- Returns:
- the name of the header
jsr356.session.
-
jsr356ProducerSessionIncomingUse
public String jsr356ProducerSessionIncomingUse()
Use incoming session. The option is a:Booleantype. Group: producer- Returns:
- the name of the header
jsr356.producer.session.incoming.use.
-
-