Home / Function/ inputShutdown() — netty Function Reference

inputShutdown() — netty Function Reference

Architecture documentation for the inputShutdown() function in FileDescriptor.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  b5a30f11_b8d3_8609_e218_fb55d174f44c["inputShutdown()"]
  5c6e37aa_7064_92fb_4b59_7b76ad32e403["FileDescriptor"]
  b5a30f11_b8d3_8609_e218_fb55d174f44c -->|defined in| 5c6e37aa_7064_92fb_4b59_7b76ad32e403
  style b5a30f11_b8d3_8609_e218_fb55d174f44c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

transport-native-unix-common/src/main/java/io/netty/channel/unix/FileDescriptor.java lines 220–222

    static int inputShutdown(int state) {
        return state | STATE_INPUT_SHUTDOWN_MASK;
    }

Domain

Subdomains

Frequently Asked Questions

What does inputShutdown() do?
inputShutdown() is a function in the netty codebase, defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/FileDescriptor.java.
Where is inputShutdown() defined?
inputShutdown() is defined in transport-native-unix-common/src/main/java/io/netty/channel/unix/FileDescriptor.java at line 220.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free