Verwendungen von Enum-Klasse
de.uplanet.net.http.HTTP_METHOD
Packages, die HTTP_METHOD verwenden
-
Verwendungen von HTTP_METHOD in de.uplanet.net.http
Methoden in de.uplanet.net.http, die HTTP_METHOD zurückgebenModifizierer und TypMethodeBeschreibungstatic HTTP_METHODGibt die Enum-Konstante dieser Klasse mit dem angegebenen Namen zurück.static HTTP_METHOD[]HTTP_METHOD.values()Gibt ein Array mit den Konstanten dieser Enum-Klasse in der Reihenfolge ihrer Deklaration zurück.Methoden in de.uplanet.net.http, die Typen mit Argumenten vom Typ HTTP_METHOD zurückgebenModifizierer und TypMethodeBeschreibungHttpMethodNotAllowedException.getAllowedMethods()Get a copy of an enum set that contains all allowed methods.Methoden in de.uplanet.net.http mit Parametern vom Typ HTTP_METHODModifizierer und TypMethodeBeschreibungstatic StringHTTP_METHOD.toHeaderValue(HTTP_METHOD... p_methods) Convert the given HTTP methods to a comma-separated list suitable for being used as a HTTP header value.HTTP_METHOD.toNames(HTTP_METHOD... p_methods) Convert the given HTTP methods to a list of strings.Methodenparameter in de.uplanet.net.http mit Typargumenten vom Typ HTTP_METHODModifizierer und TypMethodeBeschreibungstatic StringHTTP_METHOD.toHeaderValue(Collection<HTTP_METHOD> p_methods) Convert the given HTTP methods to a comma-separated list suitable for being used as a HTTP header value.HTTP_METHOD.toNames(Collection<HTTP_METHOD> p_methods) Convert the given HTTP methods to a list of strings.Konstruktoren in de.uplanet.net.http mit Parametern vom Typ HTTP_METHODModifiziererKonstruktorBeschreibungHttpMethodNotAllowedException(HTTP_METHOD... p_allowedMethods) Create a HTTP exception with the status code405 Method Not Allowed.HttpMethodNotAllowedException(Throwable p_cause, HTTP_METHOD... p_allowedMethods) Create a HTTP exception with the status code405 Method Not Allowed.Konstruktorparameter in de.uplanet.net.http mit Typargumenten vom Typ HTTP_METHODModifiziererKonstruktorBeschreibungHttpMethodNotAllowedException(Throwable p_cause, EnumSet<HTTP_METHOD> p_allowedMethods) Create a HTTP exception with the status code405 Method Not Allowed.HttpMethodNotAllowedException(EnumSet<HTTP_METHOD> p_allowedMethods) Create a HTTP exception with the status code405 Method Not Allowed.