Uses of Class
org.apache.juneau.rest.RestOpSession
Packages that use RestOpSession
Package
Description
REST Server API
REST Method Argument Beans
HTTP Response Processors
- 
Uses of RestOpSession in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestOpSessionModifier and TypeMethodDescriptionRestOpSession.Builder.build()RestOpSession.finish()Called at the end of a call to finish any remaining tasks such as flushing buffers and logging the response.RestSession.getOpSession()Returns the operation session of this REST session.RestOpSession.status(StatusLine value) Sets the status of the response.Methods in org.apache.juneau.rest with parameters of type RestOpSessionModifier and TypeMethodDescriptionvoidRestOpInvoker.invoke(RestOpSession opSession) Invokes this method from the specifiedRestSession.protected voidRestContext.postCall(RestOpSession session) Called during a request to invoke allRestPostCallmethods.protected voidRestContext.preCall(RestOpSession session) Called during a request to invoke allRestPreCallmethods.protected voidRestContext.processResponse(RestOpSession opSession) The main method for serializing POJOs passed in through theRestResponse.setContent(Object)method or returned by the Java method.
- 
Uses of RestOpSession in org.apache.juneau.rest.argMethods in org.apache.juneau.rest.arg with parameters of type RestOpSessionModifier and TypeMethodDescriptionAttributeArg.resolve(RestOpSession opSession) ContentArg.resolve(RestOpSession opSession) DefaultArg.resolve(RestOpSession opSession) FormDataArg.resolve(RestOpSession opSession) HasFormDataArg.resolve(RestOpSession opSession) HasQueryArg.resolve(RestOpSession opSession) HeaderArg.resolve(RestOpSession opSession) MethodArg.resolve(RestOpSession opSession) PathArg.resolve(RestOpSession opSession) QueryArg.resolve(RestOpSession opSession) RequestBeanArg.resolve(RestOpSession opSession) ResponseBeanArg.resolve(RestOpSession opSession) ResponseCodeArg.resolve(RestOpSession opSession) ResponseHeaderArg.resolve(RestOpSession opSession) RestOpArg.resolve(RestOpSession opSession) Resolves the parameter object.SimpleRestOperationArg.resolve(RestOpSession opSession) Constructor parameters in org.apache.juneau.rest.arg with type arguments of type RestOpSessionModifierConstructorDescriptionprotectedRestOpSessionArgs(ThrowingFunction<RestOpSession, T> function) Constructor.protectedSimpleRestOperationArg(ThrowingFunction<RestOpSession, T> function) Constructor.
- 
Uses of RestOpSession in org.apache.juneau.rest.processorMethods in org.apache.juneau.rest.processor with parameters of type RestOpSessionModifier and TypeMethodDescriptionintHttpEntityProcessor.process(RestOpSession opSession) intHttpResourceProcessor.process(RestOpSession opSession) intHttpResponseProcessor.process(RestOpSession opSession) intInputStreamProcessor.process(RestOpSession opSession) intPlainTextPojoProcessor.process(RestOpSession opSession) intReaderProcessor.process(RestOpSession opSession) intResponseBeanProcessor.process(RestOpSession opSession) intResponseProcessor.process(RestOpSession opSession) Process this response if possible.intSerializedPojoProcessor.process(RestOpSession opSession) intThrowableProcessor.process(RestOpSession opSession) 
- 
Uses of RestOpSession in org.apache.juneau.rest.rrpcSubclasses of RestOpSession in org.apache.juneau.rest.rrpcModifier and TypeClassDescriptionclassA session for a single HTTP request against an RRPC Java method.