public class DefaultInputStreamFactory extends Object implements InputStreamFactory
Constructor and Description |
---|
DefaultInputStreamFactory() |
Modifier and Type | Method and Description |
---|---|
InputStream |
getInputStream(InputStream is,
Metadata metadata,
javax.ws.rs.core.HttpHeaders httpHeaders) |
InputStream |
getInputStream(InputStream is,
Metadata metadata,
javax.ws.rs.core.HttpHeaders httpHeaders,
javax.ws.rs.core.UriInfo uriInfo) |
public InputStream getInputStream(InputStream is, Metadata metadata, javax.ws.rs.core.HttpHeaders httpHeaders) throws IOException
getInputStream
in interface InputStreamFactory
IOException
public InputStream getInputStream(InputStream is, Metadata metadata, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.core.UriInfo uriInfo) throws IOException
getInputStream
in interface InputStreamFactory
IOException
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.