public interface HttpRequest<T>
| Modifier and Type | Method and Description |
|---|---|
void |
send(java.net.URL url,
T content) |
void send(@NonNull
java.net.URL url,
@NonNull
T content)
throws java.io.IOException
java.io.IOException