io.github.libtmux.transport.TmuxTransport.TmuxTransport.realm
Java
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- io.github.libtmux.transport.TmuxTransport
- Declared in
- TmuxTransport
- Package
- io.github.libtmux:libtmux
- Source
- libtmux/src/main/java/io/github/libtmux/transport/TmuxTransport.java
-
Names the execution realm this transport reaches tmux through.
Entity identity is scoped by it. Two unrelated realms can both hold a server at the same socket path, and entities from them must not compare equal, so a transport that reaches a different machine, container or user should return something stable and distinct.
- Returns
-
a stable realm name; the default is the local process's own view of the filesystem
0 declared, 0 inherited