de.flapdoodle.embed.mongo.config
Class AbstractMongoConfig.Net
java.lang.Object
de.flapdoodle.embed.mongo.config.AbstractMongoConfig.Net
- Enclosing class:
- AbstractMongoConfig
public static class AbstractMongoConfig.Net
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractMongoConfig.Net
public AbstractMongoConfig.Net()
throws UnknownHostException,
IOException
- Throws:
UnknownHostException
IOException
AbstractMongoConfig.Net
public AbstractMongoConfig.Net(int port,
boolean ipv6)
AbstractMongoConfig.Net
public AbstractMongoConfig.Net(String bindIp,
int port,
boolean ipv6)
getBindIp
public String getBindIp()
getPort
public int getPort()
isIpv6
public boolean isIpv6()
getServerAddress
public InetAddress getServerAddress()
throws UnknownHostException
- Throws:
UnknownHostException
Copyright © 2012. All Rights Reserved.