Package | Description |
---|---|
org.springframework.remoting.httpinvoker |
Remoting classes for transparent Java-to-Java remoting via HTTP invokers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHttpInvokerRequestExecutor
Abstract base implementation of the HttpInvokerRequestExecutor interface.
|
class |
HttpComponentsHttpInvokerRequestExecutor
HttpInvokerRequestExecutor implementation that uses
Apache HttpComponents HttpClient
to execute POST requests. |
class |
SimpleHttpInvokerRequestExecutor
HttpInvokerRequestExecutor implementation
that uses standard Java facilities to execute POST requests, without support for HTTP
authentication or advanced configuration options. |
Modifier and Type | Method and Description |
---|---|
HttpInvokerRequestExecutor |
HttpInvokerClientInterceptor.getHttpInvokerRequestExecutor()
Return the HttpInvokerRequestExecutor used by this remote accessor.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpInvokerClientInterceptor.setHttpInvokerRequestExecutor(HttpInvokerRequestExecutor httpInvokerRequestExecutor)
Set the HttpInvokerRequestExecutor implementation to use for executing
remote invocations.
|