Uses of Class
dev.relism.flash.models.RequestLine
Packages that use RequestLine
-
Uses of RequestLine in dev.relism.flash.models
Methods in dev.relism.flash.models that return RequestLineModifier and TypeMethodDescriptionRequest.getRequestLine()Internal: the parsed request line (method, path, query, protocol, headers).Methods in dev.relism.flash.models with parameters of type RequestLineModifier and TypeMethodDescriptionstatic RequestRequest.forParsed(Request pooled, RequestLine requestLine, RequestBody body, InetSocketAddress remoteAddress, SSLSocket sslSocket) Repositionspooledover a freshly-parsed request.Constructors in dev.relism.flash.models with parameters of type RequestLineModifierConstructorDescriptionRequest(RequestLine requestLine, byte[] body) Test / manual constructor —remoteAddress()returnsnull,isSecure()isfalse.