Searched defs:characterEncoding (Results 1 – 3 of 3) sorted by relevance
34 String characterEncoding; field in Decoder122 public Decoder(InputStream is, String _bound, String characterEncoding) throws IOException { in Decoder()
94 @Test public void characterEncoding() throws Exception { in characterEncoding() method in FormEncodingBuilderTest
152 private Charset characterEncoding = Providers.UTF8; field in ParserConfiguration345 public ParserConfiguration setCharacterEncoding(Charset characterEncoding) { in setCharacterEncoding()