public static class MatchCache.Key extends Object
Modifier and Type | Field and Description |
---|---|
List<javax.ws.rs.core.MediaType> |
accepts |
javax.ws.rs.core.MediaType |
contentType |
String |
method |
String |
path |
int |
start |
Constructor and Description |
---|
Key(HttpRequest request,
int start) |
public String path
public int start
public String method
public javax.ws.rs.core.MediaType contentType
public List<javax.ws.rs.core.MediaType> accepts
public Key(HttpRequest request, int start)
Copyright © 2020 JBoss by Red Hat. All rights reserved.