41424344454647
private final ClientGenerator generator; public HttpSenderOverFCGI(HttpChannel channel) { super(channel); this.generator = new ClientGenerator(channel.getHttpDestination().getHttpClient().getByteBufferPool()); }