| Name | Description | Type | Package | Framework |
| Pipe | A pair of channels that implements a unidirectional pipe. | Class | java.nio.channels | Java SE |
| Pipe .SinkChannel | A channel representing the writable end of a Pipe. | Class | java.nio.channels.Pipe | Java SE |
| Pipe .SourceChannel | A channel representing the readable end of a Pipe. | Class | java.nio.channels.Pipe | Java SE |