io.github.libtmux.SnapshotCapture.SnapshotCapture.processForCreation
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.SnapshotCapture
- Declared in
- SnapshotCapture
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/SnapshotCapture.java
- processForCreation ( ) Optional<ServerProcess>
-
As
#process, except a live daemon this client cannot actually talk to is never folded into "no daemon" - used only byServer#versionForCreation, the one caller for which that distinction matters.tmux reports both the same way from a client's side: "no server running"/"(No such file or directory)" for a socket nothing is listening on, and "server exited unexpectedly" for a daemon that refused this client's handshake - confirmed against the matrix, a 3.2a client against a 3.7c daemon on the same socket fails the second way, rc 1.
#processstill folds both into "no daemon" for every other caller, which asks "is there a server I can read from" and for which a daemon this client cannot use is no more usable than none at all.
0 declared, 0 inherited