Index
All Classes and Interfaces|All Packages
A
- addStub(Stub) - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
It is possible to add a stub even after the server is started
C
- com.xebialabs.restito.server.secure - package com.xebialabs.restito.server.secure
G
- getCalls() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Returns calls performed to the server.
- getPort() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Returns the port which the server is running at
- getStubs() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Returns stubs associated with the server.
R
- run() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Starts the server
S
- secured() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Sets the Server in Secure mode.
- SecureStubServer - Class in com.xebialabs.restito.server.secure
-
This class can be removed if pull request https://github.com/mkotsur/restito/pull/46 is merged into master this just extends StubServer to adds the functionality present in that pull request
- SecureStubServer(int, int, Stub...) - Constructor for class com.xebialabs.restito.server.secure.SecureStubServer
-
This constructor allows to specify the port range beside stubs.
- SecureStubServer(int, Stub...) - Constructor for class com.xebialabs.restito.server.secure.SecureStubServer
-
This constructor allows to specify the port beside stubs.
- SecureStubServer(Stub...) - Constructor for class com.xebialabs.restito.server.secure.SecureStubServer
-
Creates a server based on stubs that are used to determine behavior.
- start() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Alias for StubServer.run()
- stop() - Method in class com.xebialabs.restito.server.secure.SecureStubServer
-
Stops the server
All Classes and Interfaces|All Packages