de.flapdoodle.embed.mongo.config
Class AbstractMongoConfig.Net

java.lang.Object
  extended by de.flapdoodle.embed.mongo.config.AbstractMongoConfig.Net
Enclosing class:
AbstractMongoConfig

public static class AbstractMongoConfig.Net
extends Object


Constructor Summary
AbstractMongoConfig.Net()
           
AbstractMongoConfig.Net(int port, boolean ipv6)
           
AbstractMongoConfig.Net(String bindIp, int port, boolean ipv6)
           
 
Method Summary
 String getBindIp()
           
 int getPort()
           
 InetAddress getServerAddress()
           
 boolean isIpv6()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.