=doc #18968 Document auth options for Java DSL
This commit is contained in:
parent
696cfed51f
commit
af2bc368a2
6 changed files with 247 additions and 1 deletions
|
|
@ -19,6 +19,6 @@ object TestUtils {
|
|||
|
||||
def temporaryServerHostnameAndPort(interface: String = "127.0.0.1"): (String, Int) = {
|
||||
val socketAddress = temporaryServerAddress(interface)
|
||||
socketAddress.getHostName -> socketAddress.getPort // TODO getHostString in Java7
|
||||
socketAddress.getHostName -> socketAddress.getPort // TODO getHostString in Java7
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue