Index
A B C E G H P S U
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
A
- after() - Method in class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Deletes the generated
SelfSignedCertificate. - after() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Calls
stop(), without waiting until theServeris stopped completely.
B
- before() - Method in class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Generates a
SelfSignedCertificate. - before() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Calls
start()if auto-start is enabled.
C
- certificate() - Method in class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Returns the generated
X509Certificate. - certificateFile() - Method in class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Returns the self-signed certificate file.
- com.linecorp.armeria.testing.junit4.common - package com.linecorp.armeria.testing.junit4.common
-
Common testing utilities.
- com.linecorp.armeria.testing.junit4.server - package com.linecorp.armeria.testing.junit4.server
-
Server-side testing utilities.
- configure(ServerBuilder) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Configures the
Serverwith the givenServerBuilder.
E
- endpoint(SessionProtocol) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the
Endpointof the specifiedSessionProtocolfor theServer. - EventLoopGroupRule - Class in com.linecorp.armeria.testing.junit4.common
-
A
TestRulethat provides anEventLoopGroup. - EventLoopGroupRule(int) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopGroupRule
-
Creates a new
TestRulethat provides anEventLoopGroup. - EventLoopGroupRule(int, boolean) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopGroupRule
-
Creates a new
TestRulethat provides anEventLoopGroup. - EventLoopGroupRule(int, String) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopGroupRule
-
Creates a new
TestRulethat provides anEventLoopGroup. - EventLoopGroupRule(int, String, boolean) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopGroupRule
-
Creates a new
TestRulethat provides anEventLoopGroup. - EventLoopRule - Class in com.linecorp.armeria.testing.junit4.common
-
A
TestRulethat provides anEventLoopGroup. - EventLoopRule() - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopRule
- EventLoopRule(boolean) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopRule
- EventLoopRule(String) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopRule
- EventLoopRule(String, boolean) - Constructor for class com.linecorp.armeria.testing.junit4.common.EventLoopRule
G
- get() - Method in class com.linecorp.armeria.testing.junit4.common.EventLoopGroupRule
-
Returns the
EventLoopGroup. - get() - Method in class com.linecorp.armeria.testing.junit4.common.EventLoopRule
-
Returns the
EventLoop.
H
- hasHttp() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns
trueif theServeris started and it has an HTTP port open. - hasHttps() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns
trueif theServeris started and it has an HTTPS port open. - httpEndpoint() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTP
Endpointfor theServer. - httpPort() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTP port number of the
Server. - httpsEndpoint() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTPS
Endpointfor theServer. - httpSocketAddress() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTP
InetSocketAddressof theServer. - httpsPort() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTPS port number of the
Server. - httpsSocketAddress() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTPS
InetSocketAddressof theServer. - httpsUri() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTPS
URIfor theServer. - httpsUri(SerializationFormat) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTPS
URIfor theServer. - httpUri() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTP
URIfor theServer. - httpUri(SerializationFormat) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the HTTP
URIfor theServer.
P
- port(SessionProtocol) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the port number of the
Serverfor the specifiedSessionProtocol. - privateKey() - Method in class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Returns the
PrivateKeyof the self-signed certificate. - privateKeyFile() - Method in class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Returns the private key file of the self-signed certificate.
S
- SelfSignedCertificateRule - Class in com.linecorp.armeria.testing.junit4.server
-
A
TestRulethat provides a temporary self-signed certificate. - SelfSignedCertificateRule() - Constructor for class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Creates a new instance.
- SelfSignedCertificateRule(String) - Constructor for class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Creates a new instance.
- SelfSignedCertificateRule(String, SecureRandom, int) - Constructor for class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Creates a new instance.
- SelfSignedCertificateRule(String, SecureRandom, int, TemporalAccessor, TemporalAccessor) - Constructor for class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Creates a new instance.
- SelfSignedCertificateRule(String, TemporalAccessor, TemporalAccessor) - Constructor for class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Creates a new instance.
- SelfSignedCertificateRule(TemporalAccessor, TemporalAccessor) - Constructor for class com.linecorp.armeria.testing.junit4.server.SelfSignedCertificateRule
-
Creates a new instance.
- server() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Returns the started
Server. - ServerRule - Class in com.linecorp.armeria.testing.junit4.server
-
A
TestRulethat allows easy set-up and tear-down of aServer. - ServerRule() - Constructor for class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Creates a new instance with auto-start enabled.
- ServerRule(boolean) - Constructor for class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Creates a new instance.
- socketAddress(SessionProtocol) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
- start() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Starts the
Serverconfigured byconfigure(ServerBuilder). - stop() - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
-
Stops the
Serverasynchronously.
U
- uri(SessionProtocol) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
- uri(SessionProtocol, SerializationFormat) - Method in class com.linecorp.armeria.testing.junit4.server.ServerRule
All Classes|All Packages