public abstract static class PayloadImpl.Inbound extends Object implements org.glassfish.api.admin.Payload.Inbound
| Constructor and Description |
|---|
Inbound() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName() |
static PayloadImpl.Inbound |
newInstance(String payloadContentType,
InputStream is)
Creates a new Inbound Payload of the given content type, read from
the specified InputStream.
|
public static PayloadImpl.Inbound newInstance(String payloadContentType, InputStream is) throws IOException
payloadContentType - content-type from the inbound http request or responseis - the InputStream from which the Payload should be readIOExceptionpublic String getHeaderName()
getHeaderName in interface org.glassfish.api.admin.Payload.InboundCopyright © 2017–2020 Eclipse Foundation. All rights reserved.