Package | Description |
---|---|
com.srv4pos.commons.io | |
com.srv4pos.server.api.infrastructure | |
com.srv4pos.server.api.infrastructure.request |
Modifier and Type | Class and Description |
---|---|
class |
InputStreamConnectionWriter
Implementation of
ConnectionWriter which write data from InputStream . |
Modifier and Type | Class and Description |
---|---|
class |
EmptyConnectionWriter
Body is empty content.
|
class |
StringConnectionWriter
Implementation of
ConnectionWriter which write data from String . |
Modifier and Type | Field and Description |
---|---|
static ConnectionWriter |
EmptyConnectionWriter.EMPTY_CONNECTION_WRITER |
Modifier and Type | Method and Description |
---|---|
static StreamResponse |
RequestHelper.requestStream(String method,
HttpMethod httpMethod,
URL url,
String authentication,
String eTag,
Map<String,String> params,
ConnectionWriter body,
String mimeType,
Transport transport) |
Constructor and Description |
---|
StreamRequest(String method,
HttpMethod httpMethod,
URL url,
String authentication,
String eTag,
Map<String,String> params,
ConnectionWriter body,
String mimeType,
Transport transport) |
Copyright © 2022. All rights reserved.