|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Behaviour in org.sonatype.tests.http.server.api |
---|
Methods in org.sonatype.tests.http.server.api with parameters of type Behaviour | |
---|---|
void |
ServerProvider.addBehaviour(String pathspec,
Behaviour... behaviour)
Add the given chain of Behaviour to execute for the given pathspec. |
Uses of Behaviour in org.sonatype.tests.http.server.fluent |
---|
Methods in org.sonatype.tests.http.server.fluent with parameters of type Behaviour | |
---|---|
Server |
ServeContext.withBehaviours(Behaviour... behaviours)
|
Uses of Behaviour in org.sonatype.tests.http.server.jetty.behaviour |
---|
Classes in org.sonatype.tests.http.server.jetty.behaviour that implement Behaviour | |
---|---|
class |
BasicAuth
|
class |
Consumer
|
class |
Content
|
class |
Debug
|
class |
Deliver
|
class |
ErrorBehaviour
|
class |
Expect
|
class |
Fail
|
class |
Generate
A behavior that writes a sequence of fixed length to the client upon a GET request. |
class |
NTLMAuth
Incomplete, last step is not validated. |
class |
Pause
|
class |
Provide
|
class |
ProxyAuth
|
class |
Realm
|
class |
Record
|
class |
Redirect
|
class |
ResourceServer
|
class |
Retry
|
class |
Stutter
|
class |
Truncate
|
Uses of Behaviour in org.sonatype.tests.http.server.jetty.behaviour.filesystem |
---|
Classes in org.sonatype.tests.http.server.jetty.behaviour.filesystem that implement Behaviour | |
---|---|
class |
Delete
|
class |
FSBehaviour
|
class |
Get
|
class |
Head
|
class |
Post
|
class |
Put
|
Uses of Behaviour in org.sonatype.tests.http.server.jetty.impl |
---|
Methods in org.sonatype.tests.http.server.jetty.impl with parameters of type Behaviour | |
---|---|
void |
JettyServerProvider.addBehaviour(String pathspec,
Behaviour... behaviour)
|
Constructors in org.sonatype.tests.http.server.jetty.impl with parameters of type Behaviour | |
---|---|
BehaviourServlet(String pathspec,
Behaviour[] behaviour)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |