public interface HttpSender
extends java.lang.Runnable
Classes which implement the HttpSender interace therefore need to implement at least two methods:
HttpConnectioncontains two internal implementations of
the HttpSenderInterface HttpGetThread and HttpPostThread
which use an HttpSender to retrieve data from an HTTP post or HTTP get
method.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |