Uses of Interface
org.jboss.resteasy.util.CommitHeaderOutputStream.CommitCallback
-
Packages that use CommitHeaderOutputStream.CommitCallback Package Description org.jboss.resteasy.plugins.interceptors org.jboss.resteasy.util -
-
Uses of CommitHeaderOutputStream.CommitCallback in org.jboss.resteasy.plugins.interceptors
Constructors in org.jboss.resteasy.plugins.interceptors with parameters of type CommitHeaderOutputStream.CommitCallback Constructor Description CommittedGZIPOutputStream(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.CommitCallbackCommitHeaderAsyncOutputStream. headersprotected CommitHeaderOutputStream.CommitCallbackCommitHeaderOutputStream. headersMethods in org.jboss.resteasy.util with parameters of type CommitHeaderOutputStream.CommitCallback Modifier and Type Method Description voidCommitHeaderAsyncOutputStream. setHeaders(CommitHeaderOutputStream.CommitCallback headers)voidCommitHeaderOutputStream. setHeaders(CommitHeaderOutputStream.CommitCallback headers)Constructors in org.jboss.resteasy.util with parameters of type CommitHeaderOutputStream.CommitCallback Constructor Description CommitHeaderAsyncOutputStream(AsyncOutputStream delegate, CommitHeaderOutputStream.CommitCallback headers)CommitHeaderOutputStream(OutputStream delegate, CommitHeaderOutputStream.CommitCallback headers)
-