| Package | Description |
|---|---|
| org.eclipse.jetty.http.pathmap | |
| org.eclipse.jetty.servlet |
Jetty Server : Modular Servlet Integration
|
| org.eclipse.jetty.websocket.server |
Jetty WebSocket Server : Implementation [Internal Use Only]
|
| Modifier and Type | Method and Description |
|---|---|
MappedResource<E> |
PathMappings.getMatch(String path) |
| Modifier and Type | Method and Description |
|---|---|
List<MappedResource<E>> |
PathMappings.getMappings() |
List<MappedResource<E>> |
PathMappings.getMatches(String path)
Return a list of MappedResource matches for the specified path.
|
Iterator<MappedResource<E>> |
PathMappings.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
MappedResource.compareTo(MappedResource<E> other)
Comparison is based solely on the pathSpec
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathMappings.removeIf(Predicate<MappedResource<E>> predicate) |
| Modifier and Type | Method and Description |
|---|---|
MappedResource<ServletHolder> |
ServletHandler.getHolderEntry(String pathInContext)
ServletHolder matching path.
|
| Modifier and Type | Method and Description |
|---|---|
MappedResource<WebSocketCreator> |
NativeWebSocketConfiguration.getMatch(String target)
Get the matching
MappedResource for the provided target. |
Copyright © 1995–2017 Webtide. All rights reserved.