Uses of Class
org.apache.juneau.ContextSession
Packages that use ContextSession
Package
Description
CSV Marshalling Support
REST Server API
REST Client API
REST Server Mock API
-
Uses of ContextSession in org.apache.juneau
Subclasses of ContextSession in org.apache.juneauModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofBeanContext
.class
ContextSession that lives for the duration of a single use ofBeanTraverseContext
.Methods in org.apache.juneau that return ContextSessionModifier and TypeMethodDescriptionabstract ContextSession
ContextSession.Builder.build()
Build the object.Context.getSession()
Returns a session to use for this context. -
Uses of ContextSession in org.apache.juneau.csv
Subclasses of ContextSession in org.apache.juneau.csvModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofCsvParser
.class
Session object that lives for the duration of a single use ofCsvSerializer
. -
Uses of ContextSession in org.apache.juneau.html
Subclasses of ContextSession in org.apache.juneau.htmlModifier and TypeClassDescriptionclass
Context object that lives for the duration of a single serialization ofHtmlSerializer
and its subclasses.class
ContextSession object that lives for the duration of a single use ofHtmlParser
.class
Context object that lives for the duration of a single serialization ofHtmlSchemaDocSerializer
and its subclasses.class
Context object that lives for the duration of a single serialization ofHtmlSchemaSerializer
and its subclasses.class
Session object that lives for the duration of a single use ofHtmlSerializer
.class
Session object that lives for the duration of a single use ofHtmlStrippedDocSerializer
. -
Uses of ContextSession in org.apache.juneau.json
Subclasses of ContextSession in org.apache.juneau.jsonModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofJsonParser
.class
Session object that lives for the duration of a single use ofJsonSchemaSerializer
.class
Session object that lives for the duration of a single use ofJsonSerializer
. -
Uses of ContextSession in org.apache.juneau.jsonschema
Subclasses of ContextSession in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofJsonSchemaSerializer
. -
Uses of ContextSession in org.apache.juneau.msgpack
Subclasses of ContextSession in org.apache.juneau.msgpackModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofMsgPackParser
.class
Session object that lives for the duration of a single use ofMsgPackSerializer
. -
Uses of ContextSession in org.apache.juneau.oapi
Subclasses of ContextSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofOpenApiParser
.class
Session object that lives for the duration of a single use ofOpenApiSerializer
. -
Uses of ContextSession in org.apache.juneau.parser
Subclasses of ContextSession in org.apache.juneau.parserModifier and TypeClassDescriptionclass
Subclass of parser session objects for byte-based parsers.class
Session object that lives for the duration of a single use ofParser
.class
Subclass of parser session objects for character-based parsers. -
Uses of ContextSession in org.apache.juneau.plaintext
Subclasses of ContextSession in org.apache.juneau.plaintextModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofPlainTextParser
.class
Session object that lives for the duration of a single use ofPlainTextSerializer
. -
Uses of ContextSession in org.apache.juneau.rest
Subclasses of ContextSession in org.apache.juneau.restModifier and TypeClassDescriptionclass
A session for a single HTTP request.class
Represents a single HTTP request. -
Uses of ContextSession in org.apache.juneau.rest.client
Subclasses of ContextSession in org.apache.juneau.rest.clientModifier and TypeClassDescriptionclass
Represents a request to a remote REST resource. -
Uses of ContextSession in org.apache.juneau.rest.mock
Subclasses of ContextSession in org.apache.juneau.rest.mockModifier and TypeClassDescriptionclass
A subclass ofRestRequest
with additional features for mocked testing. -
Uses of ContextSession in org.apache.juneau.rest.rrpc
Subclasses of ContextSession in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclass
A session for a single HTTP request against an RRPC Java method. -
Uses of ContextSession in org.apache.juneau.serializer
Subclasses of ContextSession in org.apache.juneau.serializerModifier and TypeClassDescriptionclass
Subclass ofSerializerSession
for stream-based serializers.class
Serializer session that lives for the duration of a single use ofSerializer
.class
Subclass ofSerializerSession
for character-based serializers. -
Uses of ContextSession in org.apache.juneau.soap
Subclasses of ContextSession in org.apache.juneau.soapModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofSoapXmlSerializer
. -
Uses of ContextSession in org.apache.juneau.uon
Subclasses of ContextSession in org.apache.juneau.uonModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUonParser
.class
Session object that lives for the duration of a single use ofUonSerializer
. -
Uses of ContextSession in org.apache.juneau.urlencoding
Subclasses of ContextSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofUrlEncodingParser
.class
Session object that lives for the duration of a single use ofUrlEncodingSerializer
. -
Uses of ContextSession in org.apache.juneau.xml
Subclasses of ContextSession in org.apache.juneau.xmlModifier and TypeClassDescriptionclass
Session object that lives for the duration of a single use ofXmlDocSerializer
.class
Session object that lives for the duration of a single use ofXmlParser
.class
Session object that lives for the duration of a single use ofXmlSerializer
.