Example usage for io.netty.handler.codec.http HttpClientUpgradeHandler.SourceCodec interface-usage

List of usage examples for io.netty.handler.codec.http HttpClientUpgradeHandler.SourceCodec interface-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.http HttpClientUpgradeHandler.SourceCodec interface-usage.

Usage

From source file com.linecorp.armeria.common.http.Http1ClientCodec.java

/**
 * A combination of {@link HttpRequestEncoder} and {@link HttpResponseDecoder}
 * which enables easier client side HTTP implementation. {@link Http1ClientCodec}
 * provides additional state management for <tt>HEAD</tt> and <tt>CONNECT</tt>
 * requests, which {@link HttpResponseDecoder} lacks.  Please refer to
 * {@link HttpResponseDecoder} to learn what additional state management needs

From source file com.linecorp.armeria.internal.http.Http1ClientCodec.java

/**
 * A combination of {@link HttpRequestEncoder} and {@link HttpResponseDecoder}
 * which enables easier client side HTTP implementation. {@link Http1ClientCodec}
 * provides additional state management for <tt>HEAD</tt> and <tt>CONNECT</tt>
 * requests, which {@link HttpResponseDecoder} lacks.  Please refer to
 * {@link HttpResponseDecoder} to learn what additional state management needs

From source file com.linecorp.armeria.internal.Http1ClientCodec.java

/**
 * A combination of {@link HttpRequestEncoder} and {@link HttpResponseDecoder}
 * which enables easier client side HTTP implementation. {@link Http1ClientCodec}
 * provides additional state management for <tt>HEAD</tt> and <tt>CONNECT</tt>
 * requests, which {@link HttpResponseDecoder} lacks.  Please refer to
 * {@link HttpResponseDecoder} to learn what additional state management needs