public static final class HttpContentEncoder.Result extends Object
Constructor and Description |
---|
Result(String targetContentEncoding,
EmbeddedChannel contentEncoder) |
Modifier and Type | Method and Description |
---|---|
EmbeddedChannel |
contentEncoder() |
String |
targetContentEncoding() |
public Result(String targetContentEncoding, EmbeddedChannel contentEncoder)
public String targetContentEncoding()
public EmbeddedChannel contentEncoder()
Copyright © 2008–2017 The Netty Project. All rights reserved.