spring-framework / org.springframework.remoting.httpinvoker / SimpleHttpInvokerRequestExecutor / <init>

<init>

SimpleHttpInvokerRequestExecutor()

HttpInvokerRequestExecutor implementation that uses standard J2SE facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.

Designed for easy subclassing, customizing specific template methods. However, consider HttpComponentsHttpInvokerRequestExecutor for more sophisticated needs: The J2SE HttpURLConnection is rather limited in its capabilities.

Author
Juergen Hoeller

Since
1.1

See Also
java.net.HttpURLConnection