Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added the sessionSupport option for the jetty component

...

Code Block
jetty:http:hostname[:port][/resourceUri][?options]

Options

Name

Description

Example

Required?

default value

sessionSupport

The option for enable the session manager in the server side of Jetty.

sessionSupport=true

No

false

Usage

You can only consume from endpoints generated by the Jetty component. Therefore it should only be used as input into your camel Routes. To issue HTTP requests against other HTTP endpoints you can use the HTTP Component

...