Package | Description |
---|---|
play.libs | |
play.mvc |
Modifier and Type | Field and Description |
---|---|
static F.Matcher<Object,String> |
F.Matcher.String |
Modifier and Type | Method and Description |
---|---|
<NR> F.Matcher<T,NR> |
F.Matcher.and(F.Matcher<R,NR> nextMatcher) |
static <K> F.Matcher<Object,K> |
F.Matcher.ClassOf(Class<K> clazz) |
static <X> F.Matcher<X,X> |
F.Matcher.Equals(X other) |
static F.Matcher<String,String> |
F.Matcher.Re(String pattern) |
static F.Matcher<String,String> |
F.Matcher.StartsWith(String prefix) |
Modifier and Type | Method and Description |
---|---|
<NR> F.Matcher<T,NR> |
F.Matcher.and(F.Matcher<R,NR> nextMatcher) |
Modifier and Type | Field and Description |
---|---|
static F.Matcher<Http.WebSocketEvent,byte[]> |
Http.WebSocketEvent.BinaryFrame |
static F.Matcher<Http.WebSocketEvent,Http.WebSocketClose> |
Http.WebSocketEvent.SocketClosed |
static F.Matcher<Http.WebSocketEvent,String> |
Http.WebSocketEvent.TextFrame |
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly