Uses of Class
com.soklet.Request.RawBuilder
Packages that use Request.RawBuilder
-
Uses of Request.RawBuilder in com.soklet
Methods in com.soklet that return Request.RawBuilderModifier and TypeMethodDescriptionRequest.RawBuilder.body(byte[] body) Request.RawBuilder.contentTooLarge(Boolean contentTooLarge) Request.RawBuilder.httpMethod(HttpMethod httpMethod) Request.RawBuilder.idGenerator(IdGenerator idGenerator) Request.RawBuilder.multipartParser(MultipartParser multipartParser) static Request.RawBuilderRequest.withRawUrl(HttpMethod httpMethod, String rawUrl) Acquires a builder forRequestinstances from the URL provided by clients on a "raw" HTTP/1.1 request line.