Class NettyHttpConduit.NettyWrappedOutputStream

    • Constructor Detail

      • NettyWrappedOutputStream

        protected NettyWrappedOutputStream​(org.apache.cxf.message.Message message,
                                           boolean possibleRetransmit,
                                           boolean isChunking,
                                           int chunkThreshold,
                                           String conduitName,
                                           URI url)
    • Method Detail

      • getOutBuffer

        protected io.netty.buffer.ByteBuf getOutBuffer()
      • getHttpResponse

        protected io.netty.handler.codec.http.HttpResponse getHttpResponse()
                                                                    throws IOException
        Throws:
        IOException
      • getHttpResponseContent

        protected io.netty.handler.codec.http.HttpContent getHttpResponseContent()
                                                                          throws IOException
        Throws:
        IOException
      • findTLSClientParameters

        protected org.apache.cxf.configuration.jsse.TLSClientParameters findTLSClientParameters()
      • connect

        protected void connect​(boolean output)
      • getHttpsURLConnectionInfo

        protected org.apache.cxf.transport.https.HttpsURLConnectionInfo getHttpsURLConnectionInfo()
                                                                                           throws IOException
        Throws:
        IOException
      • setFixedLengthStreamingMode

        protected void setFixedLengthStreamingMode​(int i)
      • updateResponseHeaders

        protected void updateResponseHeaders​(org.apache.cxf.message.Message inMessage)
                                      throws IOException
        Throws:
        IOException
      • usingProxy

        protected boolean usingProxy()
      • updateCookiesBeforeRetransmit

        protected void updateCookiesBeforeRetransmit()
                                              throws IOException
        Throws:
        IOException
      • thresholdReached

        public void thresholdReached()
                              throws IOException
        Specified by:
        thresholdReached in class org.apache.cxf.io.AbstractThresholdOutputStream
        Throws:
        IOException
      • setHttpResponse

        protected void setHttpResponse​(io.netty.handler.codec.http.HttpResponse r)
      • setException

        protected void setException​(Throwable ex)
      • setChannel

        protected void setChannel​(io.netty.channel.Channel ch)