Uses of Class
is.galia.http.Reference.Builder
Packages that use Reference.Builder
Package
Description
Contains a simple HTTP client and server along with some utility
classes.
-
Uses of Reference.Builder in is.galia.http
Methods in is.galia.http that return Reference.BuilderModifier and TypeMethodDescriptionReference.Builder.appendPath(String path) Reference.Builder.applyProxyHeaders(Headers headers) Applies any reverse proxying-related request headers present in the argument.static Reference.BuilderReference.builder()Reference.Builder.prependPath(String path) Reference.rebuilder()Reference.Builder.withFragment(String fragment) Reference.Builder.withoutFragment()Reference.Builder.withoutPath()Reference.Builder.withoutPort()Reference.Builder.withoutQuery()Reference.Builder.withoutSecret()Reference.Builder.withoutTrailingSlashInPath()Reference.Builder.withoutUser()Reference.Builder.withPathSegment(int segmentIndex, String pathSegment) Updates a segment (token between slashes) of the path.Reference.Builder.withPort(int port) Reference.Builder.withScheme(String scheme) Reference.Builder.withSecret(String secret)