ClientCookieDecoderBenchmark Class — netty Architecture
Architecture documentation for the ClientCookieDecoderBenchmark class in ClientCookieDecoderBenchmark.java from the netty codebase.
Entity Profile
Dependency Diagram
graph TD 81d50a7e_2482_1ac6_545b_86f0ee93fc71["ClientCookieDecoderBenchmark"] 08b1918f_9d70_bbb6_7e68_5f57ba00c69e["ClientCookieDecoderBenchmark.java"] 81d50a7e_2482_1ac6_545b_86f0ee93fc71 -->|defined in| 08b1918f_9d70_bbb6_7e68_5f57ba00c69e 042245c1_1c11_2ec9_c581_e5141f87d0cd["Cookie()"] 81d50a7e_2482_1ac6_545b_86f0ee93fc71 -->|method| 042245c1_1c11_2ec9_c581_e5141f87d0cd
Relationship Graph
Source Code
microbench/src/main/java/io/netty/microbench/http/ClientCookieDecoderBenchmark.java lines 25–36
@OutputTimeUnit(TimeUnit.SECONDS)
public class ClientCookieDecoderBenchmark {
private static final String COOKIE_STRING =
"__Host-user_session_same_site=fgfMsM59vJTpZg88nxqKkIhgOt0ADF8LX8wjMMbtcb4IJMufWCnCcXORhbo9QMuyiybdtx; " +
"path=/; expires=Mon, 28 Nov 2016 13:56:01 GMT; secure; HttpOnly";
@Benchmark
public Cookie decodeCookieWithRfc1123ExpiresField() {
return ClientCookieDecoder.STRICT.decode(COOKIE_STRING);
}
}
Source
Frequently Asked Questions
What is the ClientCookieDecoderBenchmark class?
ClientCookieDecoderBenchmark is a class in the netty codebase, defined in microbench/src/main/java/io/netty/microbench/http/ClientCookieDecoderBenchmark.java.
Where is ClientCookieDecoderBenchmark defined?
ClientCookieDecoderBenchmark is defined in microbench/src/main/java/io/netty/microbench/http/ClientCookieDecoderBenchmark.java at line 25.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free