Uses of Interface
septogeddon.pluginquery.http.ProtocolMethod
Packages that use ProtocolMethod
-
Uses of ProtocolMethod in septogeddon.pluginquery.http
Classes in septogeddon.pluginquery.http that implement ProtocolMethodModifier and TypeClassDescriptionstatic enum
General methods that are often used for RestfulAPI servicesMethods in septogeddon.pluginquery.http that return ProtocolMethodModifier and TypeMethodDescriptionGet method by nameProtocolRequest.getMethod()
Get the method of this requestMethods in septogeddon.pluginquery.http with parameters of type ProtocolMethodModifier and TypeMethodDescriptionvoid
HTTPContext.registerMethod
(ProtocolMethod method) Register a methodConstructors in septogeddon.pluginquery.http with parameters of type ProtocolMethodModifierConstructorDescriptionProtocolRequest
(HTTPContext context, ProtocolMethod method, ProtocolPath path, String version, Map<String, HTTPHeader> headers, io.netty.buffer.ByteBuf content)