# io.github.libtmux.transport.TmuxTransport.TmuxTransport.realm

- **Module:** io.github.libtmux.transport.TmuxTransport.TmuxTransport
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/c3517519ee799428a809ce6deb1708c8be289cd1/libtmux/src/main/java/io/github/libtmux/transport/TmuxTransport.java#L47
- **Page:** https://libtmux.org/reference/java/io-github-libtmux-transport-tmuxtransport-tmuxtransport-realm/

```
io.github.libtmux.transport.TmuxTransport.TmuxTransport.realm() -> String
```

Names the execution realm this transport reaches tmux through.

<p>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
