Uses of Class
org.apache.juneau.rest.RestOpSession.Builder
Packages that use RestOpSession.Builder
- 
Uses of RestOpSession.Builder in org.apache.juneau.restMethods in org.apache.juneau.rest that return RestOpSession.BuilderModifier and TypeMethodDescriptionstatic RestOpSession.BuilderRestOpSession.create(RestOpContext ctx, RestSession session) Static creator.RestOpContext.createSession(RestSession session) Creates a new REST operation session.RestOpSession.Builder.debug(boolean value) Enables or disabled debug mode on this call.RestOpSession.Builder.logger(CallLogger value) Sets the logger to use when logging this call.Constructors in org.apache.juneau.rest with parameters of type RestOpSession.BuilderModifierConstructorDescriptionprotectedRestOpSession(RestOpSession.Builder builder) Constructor.
- 
Uses of RestOpSession.Builder in org.apache.juneau.rest.rrpcSubclasses of RestOpSession.Builder in org.apache.juneau.rest.rrpc