Uses of Class
org.refcodes.net.HttpMethod
-
-
Uses of HttpMethod in org.refcodes.net
Fields in org.refcodes.net declared as HttpMethod Modifier and Type Field Description protected HttpMethodHttpRequestImpl. _httpMethodMethods in org.refcodes.net that return HttpMethod Modifier and Type Method Description static HttpMethodHttpMethod. fromHttpMethod(java.lang.String aHttpMethod)From http method.HttpMethodBasicAuthRequestImpl. getHttpMethod()Retrieves the HTTP-Method from the HTTP-Method property.HttpMethodHttpMethodAccessor. getHttpMethod()Retrieves the HTTP-Method from the HTTP-Method property.HttpMethodHttpRequestImpl. getHttpMethod()Retrieves the HTTP-Method from the HTTP-Method property.static HttpMethodHttpMethod. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static HttpMethod[]HttpMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.refcodes.net that return types with arguments of type HttpMethod Modifier and Type Method Description default java.util.List<HttpMethod>HeaderFields. getAllowMethods()Gets the Allow entity-Header-FieldHeaderField.ALLOW: "...default java.util.List<HttpMethod>HeaderFields. putAllowMethods(java.util.List<HttpMethod> aHttpMethods)Sets the Allow entity-Header-FieldHeaderField.ALLOW: "...default java.util.List<HttpMethod>HeaderFields. putAllowMethods(HttpMethod... aHttpMethods)Sets the Allow entity-Header-FieldHeaderField.ALLOW: "...default java.util.List<HttpMethod>HeaderFields. removeAllowMethods()Removes the Allow entity-Header-FieldHeaderField.ALLOW: "...Methods in org.refcodes.net with parameters of type HttpMethod Modifier and Type Method Description BasicAuthResponseBasicAuthObserver. onBasicAuthRequest(java.net.InetSocketAddress aLocalAddress, java.net.InetSocketAddress aRemoteAddress, HttpMethod aHttpMethod, java.lang.String aLocator, BasicAuthCredentials aCredentials, java.lang.String aRealm)Invoked upon an incoming HTTP Basic-Authentication requests.default java.util.List<HttpMethod>HeaderFields. putAllowMethods(HttpMethod... aHttpMethods)Sets the Allow entity-Header-FieldHeaderField.ALLOW: "...voidHttpMethodAccessor.HttpMethodMutator. setHttpMethod(HttpMethod aHttpMethod)Sets the HTTP-Method for the HTTP-Method property.default BHeaderFields. withAllowMethods(HttpMethod... aHttpMethods)Sets the Allow entity-Header-FieldHeaderField.ALLOW: "...BHttpMethodAccessor.HttpMethodBuilder. withHttpMethod(HttpMethod aHttpMethod)Sets the HTTP-Method for the HTTP-Method property.Method parameters in org.refcodes.net with type arguments of type HttpMethod Modifier and Type Method Description default java.util.List<HttpMethod>HeaderFields. putAllowMethods(java.util.List<HttpMethod> aHttpMethods)Sets the Allow entity-Header-FieldHeaderField.ALLOW: "...default BHeaderFields. withAllowMethods(java.util.List<HttpMethod> aHttpMethods)Sets the Allow entity-Header-FieldHeaderField.ALLOW: "...Constructors in org.refcodes.net with parameters of type HttpMethod Constructor Description BasicAuthRequestImpl(HttpMethod aHttpMethod, Url aUrl, BasicAuthCredentials aCredentials)Constructs aBasicAuthRequestinstance with required attributes.HttpClientRequestImpl(HttpMethod aHttpMethod, Url aUrl, int aRedirectDepth, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Instantiates a new http client request impl.HttpClientRequestImpl(HttpMethod aHttpMethod, Url aUrl, java.lang.Object aRequest, int aRedirectDepth, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Instantiates a new http client request impl.HttpClientRequestImpl(HttpMethod aHttpMethod, Url aUrl, java.lang.Object aRequest, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Instantiates a new http client request impl.HttpClientRequestImpl(HttpMethod aHttpMethod, Url aUrl, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Instantiates a new http client request impl.HttpClientRequestImpl(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields, java.lang.Object aRequest, int aRedirectDepth, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Instantiates a new http client request impl.HttpClientRequestImpl(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields, java.lang.Object aRequest, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Instantiates a new http client request impl.HttpRequestImpl(HttpMethod aHttpMethod, Url aUrl)Constructs aHttpRequestwith all required attributes.HttpRequestImpl(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields)Constructs aHttpRequestwith all required attributes.HttpServerRequestImpl(HttpMethod aHttpMethod, Url aUrl, RequestHeaderFields aHeaderFields, java.io.InputStream aHttpInputStream, MediaTypeFactoryLookup aMediaTypeFactoryLookup)Constructs aHttpServerRequestwith all required attributes.
-