Package org.openremote.agent.protocol.http
package org.openremote.agent.protocol.http
-
ClassesClassDescriptionAbstractHTTPServerAgent<T extends AbstractHTTPServerAgent<T,
U, V>, U extends AbstractHTTPServerProtocol<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> AbstractHTTPServerProtocol<T extends AbstractHTTPServerProtocol<T,U, V>, U extends AbstractHTTPServerAgent<U, T, V>, V extends org.openremote.model.asset.agent.AgentLink<?>> This is an abstract protocol for creating JAX-RS deployments; a concrete implementation should be created for each required JAX-RS deployment.This is a HTTP client protocol for communicating with HTTP servers; it uses theWebTargetBuilder
factory to generate JAX-RSWebTarget
s that can be used to make arbitrary calls to endpoints on a HTTP server but it can also be extended and used as a JAX-RS client proxy.