public static class StandardHttpRequest.InputStreamBodyContent extends Object implements StandardHttpRequest.BodyContent
Constructor and Description |
---|
InputStreamBodyContent(InputStream stream,
long length) |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
long |
getLength() |
public InputStreamBodyContent(InputStream stream, long length)
public InputStream getContent()
public long getLength()
Copyright © 2015–2024 Red Hat. All rights reserved.