Class LocalHostNameResolver
- java.lang.Object
-
- cloud.localstack.docker.annotation.LocalHostNameResolver
-
- All Implemented Interfaces:
IHostNameResolver
public class LocalHostNameResolver extends java.lang.Object implements IHostNameResolver
A default host name resolver
-
-
Constructor Summary
Constructors Constructor Description LocalHostNameResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHostName()
-
-
-
Method Detail
-
getHostName
public java.lang.String getHostName()
- Specified by:
getHostNamein interfaceIHostNameResolver
-
-