public interface IAS2HttpRequestDataProvider
InputStream.| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.http.HttpHeaderMap |
getHttpHeaderMap() |
InputStream |
getHttpInputStream()
Get the input stream to read from.
|
String |
getHttpRequestMethod() |
String |
getHttpRequestUrl() |
String |
getHttpRequestVersion() |
@Nonnull InputStream getHttpInputStream() throws IOException
null.nullIOException - In case of error@Nullable String getHttpRequestMethod()
POST.@Nullable String getHttpRequestUrl()
/as2.@Nonnull String getHttpRequestVersion()
HTTP/1.1.@Nonnull com.helger.commons.http.HttpHeaderMap getHttpHeaderMap()
null.Copyright © 2013–2022 Philip Helger. All rights reserved.