Package org.eclipse.aether.named.ipc
Class IpcClient
java.lang.Object
org.eclipse.aether.named.ipc.IpcClient
Client side implementation.
The client instance is bound to a given maven repository.
- Since:
- 2.0.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected DataInputStream
protected final Path
protected final Path
protected final boolean
protected DataOutputStream
protected Thread
protected final AtomicInteger
protected final Map
<Integer, CompletableFuture<List<String>>> protected SocketChannel
protected final Path
-
Method Summary