Uses of Class
org.apache.juneau.ContextSession
Packages that use ContextSession
Package
Description
Marshalling API
CSV Marshalling Support
HTML Marshalling Support
JSON Marshalling Support
JSON-Schema Marshalling Support
MessagePack Marshalling Support
OpenAPI Marshalling Support
Parser API
Plaintext Marshalling Support
REST Server API
REST Client API
REST Server Mock API
REST Remote Procedure Call API
Serializer API
SOAP/XML Marshalling Support
UON Marshalling Support
URL-Encoding Marshalling Support
XML Marshalling Support
-
Uses of ContextSession in org.apache.juneau
Subclasses 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.csv
Subclasses 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.html
Subclasses 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.json
Subclasses 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.jsonschema
Subclasses 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.msgpack
Subclasses 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.oapi
Subclasses 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.parser
Subclasses 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.plaintext
Subclasses 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.rest
Subclasses 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.client
Subclasses 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.mock
Subclasses 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.rrpc
Subclasses 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.serializer
Subclasses 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.soap
Subclasses 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.uon
Subclasses 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.urlencoding
Subclasses 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.xml
Subclasses 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.