Package | Description |
---|---|
org.eclipse.jetty.http |
Jetty Http : Tools for Http processing
|
org.eclipse.jetty.util |
Jetty Util : Common Utility Classes
|
Modifier and Type | Field and Description |
---|---|
private SearchPattern |
MultiPartParser._delimiterSearch |
Modifier and Type | Method and Description |
---|---|
static SearchPattern |
SearchPattern.compile(byte[] pattern)
Produces a SearchPattern instance which can be used
to find matches of the pattern in data
|
static SearchPattern |
SearchPattern.compile(java.lang.String pattern)
Produces a SearchPattern instance which can be used
to find matches of the pattern in data
|