- debug(String, Object...) - Method in class io.github.azagniotov.stubby4j.cli.EmptyLogger
-
- debug(String, long) - Method in class io.github.azagniotov.stubby4j.cli.EmptyLogger
-
- debug(Throwable) - Method in class io.github.azagniotov.stubby4j.cli.EmptyLogger
-
- debug(String, Throwable) - Method in class io.github.azagniotov.stubby4j.cli.EmptyLogger
-
- DEFAULT_ADMIN_PORT - Static variable in class io.github.azagniotov.stubby4j.server.JettyFactory
-
- DEFAULT_HOST - Static variable in class io.github.azagniotov.stubby4j.server.JettyFactory
-
- DEFAULT_SSL_PORT - Static variable in class io.github.azagniotov.stubby4j.server.JettyFactory
-
- DEFAULT_STUBS_PORT - Static variable in class io.github.azagniotov.stubby4j.server.JettyFactory
-
- DefaultResponseHandlingStrategy - Class in io.github.azagniotov.stubby4j.handlers.strategy.stubs
-
- deleteAllStubs() - Method in class io.github.azagniotov.stubby4j.stubs.StubRepository
-
- DeleteHandlingStrategy - Class in io.github.azagniotov.stubby4j.handlers.strategy.admin
-
- DeleteHandlingStrategy() - Constructor for class io.github.azagniotov.stubby4j.handlers.strategy.admin.DeleteHandlingStrategy
-
- deleteStubByIndex(int) - Method in class io.github.azagniotov.stubby4j.stubs.StubRepository
-
- doDelete(String, String, int, Authorization) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes DELETE HTTP request to stubby
Also can set basic authorisation HTTP header using encoded credentials (if provided).
- doDeleteOverSsl(String, String, int, Authorization) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes DELETE HTTP request to stubby over TLS on stubby4j default TLS port: 7443
- doGet(String, String, int) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby
- doGet(String, String, int, Authorization) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby
Also sets basic authorisation HTTP header using provided encoded credentials.
- doGetOverSsl(String, String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby over TLS on stubby4j default TLS port: 7443
- doGetOverSsl(String, String, int) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby over TLS on stubby4j
- doGetOverSsl(String, String, int, Authorization) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby over TLS on stubby4j default TLS port: 7443
Also sets basic authorisation HTTP header using provided encoded credentials.
- doGetUsingDefaults(String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby running on default host and port - localhost:8882
- doGetUsingDefaults(String, Authorization) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes GET HTTP request to stubby running on default host and port - localhost:8882.
- doPost(String, String, int, String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes POST HTTP request to stubby
- doPost(String, String, int, Authorization, String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes POST HTTP request to stubby
Also sets basic authorisation HTTP header using provided encoded credentials.
- doPostUsingDefaults(String, String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes POST HTTP request to stubby running on default host and port - localhost:8882
- doPostUsingDefaults(String, String, Authorization) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes POST HTTP request to stubby running on default host and port - localhost:8882.
- doPut(String, String, int, Authorization, String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes PUT HTTP request to stubby
Also can set basic authorisation HTTP header using encoded credentials (if provided).
- doPutOverSsl(String, String, int, Authorization, String) - Method in class io.github.azagniotov.stubby4j.client.StubbyClient
-
Makes PUT HTTP request to stubby over TLS on stubby4j default TLS port: 7443
- dump(String) - Static method in class io.github.azagniotov.stubby4j.cli.ANSITerminal
-
Prints message to the console
- valueOf(String) - Static method in enum io.github.azagniotov.stubby4j.handlers.strategy.admin.HttpVerbsEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.azagniotov.stubby4j.stubs.StubbableAuthorizationType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.azagniotov.stubby4j.stubs.StubTypes
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.azagniotov.stubby4j.yaml.ConfigurableYAMLProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.github.azagniotov.stubby4j.yaml.SnakeYaml
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.azagniotov.stubby4j.handlers.strategy.admin.HttpVerbsEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.azagniotov.stubby4j.stubs.StubbableAuthorizationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.azagniotov.stubby4j.stubs.StubTypes
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.azagniotov.stubby4j.yaml.ConfigurableYAMLProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.github.azagniotov.stubby4j.yaml.SnakeYaml
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VisibleForTesting - Annotation Type in io.github.azagniotov.stubby4j.annotations
-
An annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.