Uses of Interface
org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback
-
Packages that use CommitHeaderOutputStream.CommitCallback Package Description org.jboss.resteasy.plugins.interceptors.encoding org.jboss.resteasy.util -
-
Uses of CommitHeaderOutputStream.CommitCallback in org.jboss.resteasy.plugins.interceptors.encoding
Constructors in org.jboss.resteasy.plugins.interceptors.encoding with parameters of type CommitHeaderOutputStream.CommitCallback Constructor Description CommittedGZIPOutputStream(java.io.OutputStream delegate, CommitHeaderOutputStream.CommitCallback headers)
-
Uses of CommitHeaderOutputStream.CommitCallback in org.jboss.resteasy.util
Fields in org.jboss.resteasy.util declared as CommitHeaderOutputStream.CommitCallback Modifier and Type Field Description protected CommitHeaderOutputStream.CommitCallback
CommitHeaderOutputStream. headers
Methods in org.jboss.resteasy.util with parameters of type CommitHeaderOutputStream.CommitCallback Modifier and Type Method Description void
CommitHeaderOutputStream. setHeaders(CommitHeaderOutputStream.CommitCallback headers)
Constructors in org.jboss.resteasy.util with parameters of type CommitHeaderOutputStream.CommitCallback Constructor Description CommitHeaderOutputStream(java.io.OutputStream delegate, CommitHeaderOutputStream.CommitCallback headers)
-