public interface Network
extends java.lang.AutoCloseable, org.junit.rules.TestRule
Modifier and Type | Interface and Description |
---|---|
static class |
Network.NetworkImpl |
Modifier and Type | Method and Description |
---|---|
static Network.NetworkImpl.NetworkImplBuilder |
builder() |
void |
close() |
java.lang.String |
getId() |
static Network |
newNetwork() |
static final Network SHARED
java.lang.String getId()
void close()
close
in interface java.lang.AutoCloseable
static Network newNetwork()
static Network.NetworkImpl.NetworkImplBuilder builder()