Uses of Class
org.apache.juneau.rest.RestOpSession.Builder
Packages that use RestOpSession.Builder
-
Uses of RestOpSession.Builder in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return RestOpSession.BuilderModifier and TypeMethodDescriptionstatic RestOpSession.Builder
RestOpSession.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.BuilderModifierConstructorDescriptionprotected
RestOpSession
(RestOpSession.Builder builder) Constructor. -
Uses of RestOpSession.Builder in org.apache.juneau.rest.rrpc
Subclasses of RestOpSession.Builder in org.apache.juneau.rest.rrpc