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.juneauSubclasses of ContextSession in org.apache.juneauModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofBeanContext.classContextSession that lives for the duration of a single use ofBeanTraverseContext.Methods in org.apache.juneau that return ContextSessionModifier and TypeMethodDescriptionabstract ContextSessionContextSession.Builder.build()Build the object.Context.getSession()Returns a session to use for this context.
- 
Uses of ContextSession in org.apache.juneau.csvSubclasses of ContextSession in org.apache.juneau.csvModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofCsvParser.classSession object that lives for the duration of a single use ofCsvSerializer.
- 
Uses of ContextSession in org.apache.juneau.htmlSubclasses of ContextSession in org.apache.juneau.htmlModifier and TypeClassDescriptionclassContext object that lives for the duration of a single serialization ofHtmlSerializerand its subclasses.classContextSession object that lives for the duration of a single use ofHtmlParser.classContext object that lives for the duration of a single serialization ofHtmlSchemaDocSerializerand its subclasses.classContext object that lives for the duration of a single serialization ofHtmlSchemaSerializerand its subclasses.classSession object that lives for the duration of a single use ofHtmlSerializer.classSession object that lives for the duration of a single use ofHtmlStrippedDocSerializer.
- 
Uses of ContextSession in org.apache.juneau.jsonSubclasses of ContextSession in org.apache.juneau.jsonModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofJsonParser.classSession object that lives for the duration of a single use ofJsonSchemaSerializer.classSession object that lives for the duration of a single use ofJsonSerializer.
- 
Uses of ContextSession in org.apache.juneau.jsonschemaSubclasses of ContextSession in org.apache.juneau.jsonschemaModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofJsonSchemaSerializer.
- 
Uses of ContextSession in org.apache.juneau.msgpackSubclasses of ContextSession in org.apache.juneau.msgpackModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofMsgPackParser.classSession object that lives for the duration of a single use ofMsgPackSerializer.
- 
Uses of ContextSession in org.apache.juneau.oapiSubclasses of ContextSession in org.apache.juneau.oapiModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofOpenApiParser.classSession object that lives for the duration of a single use ofOpenApiSerializer.
- 
Uses of ContextSession in org.apache.juneau.parserSubclasses of ContextSession in org.apache.juneau.parserModifier and TypeClassDescriptionclassSubclass of parser session objects for byte-based parsers.classSession object that lives for the duration of a single use ofParser.classSubclass of parser session objects for character-based parsers.
- 
Uses of ContextSession in org.apache.juneau.plaintextSubclasses of ContextSession in org.apache.juneau.plaintextModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofPlainTextParser.classSession object that lives for the duration of a single use ofPlainTextSerializer.
- 
Uses of ContextSession in org.apache.juneau.restSubclasses of ContextSession in org.apache.juneau.restModifier and TypeClassDescriptionclassA session for a single HTTP request.classRepresents a single HTTP request.
- 
Uses of ContextSession in org.apache.juneau.rest.clientSubclasses of ContextSession in org.apache.juneau.rest.clientModifier and TypeClassDescriptionclassRepresents a request to a remote REST resource.
- 
Uses of ContextSession in org.apache.juneau.rest.mockSubclasses of ContextSession in org.apache.juneau.rest.mockModifier and TypeClassDescriptionclassA subclass ofRestRequestwith additional features for mocked testing.
- 
Uses of ContextSession in org.apache.juneau.rest.rrpcSubclasses of ContextSession in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclassA session for a single HTTP request against an RRPC Java method.
- 
Uses of ContextSession in org.apache.juneau.serializerSubclasses of ContextSession in org.apache.juneau.serializerModifier and TypeClassDescriptionclassSubclass ofSerializerSessionfor stream-based serializers.classSerializer session that lives for the duration of a single use ofSerializer.classSubclass ofSerializerSessionfor character-based serializers.
- 
Uses of ContextSession in org.apache.juneau.soapSubclasses of ContextSession in org.apache.juneau.soapModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofSoapXmlSerializer.
- 
Uses of ContextSession in org.apache.juneau.uonSubclasses of ContextSession in org.apache.juneau.uonModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUonParser.classSession object that lives for the duration of a single use ofUonSerializer.
- 
Uses of ContextSession in org.apache.juneau.urlencodingSubclasses of ContextSession in org.apache.juneau.urlencodingModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofUrlEncodingParser.classSession object that lives for the duration of a single use ofUrlEncodingSerializer.
- 
Uses of ContextSession in org.apache.juneau.xmlSubclasses of ContextSession in org.apache.juneau.xmlModifier and TypeClassDescriptionclassSession object that lives for the duration of a single use ofXmlDocSerializer.classSession object that lives for the duration of a single use ofXmlParser.classSession object that lives for the duration of a single use ofXmlSerializer.