Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

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

View as Markdown

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
realm ( ) → String
method [source]
method [source]
realm

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

Esc

Type to search.