程序包 cn.taketoday.buildpack.platform.socket
package cn.taketoday.buildpack.platform.socket
Low-level
Socket implementations required for local Docker access.-
类说明Abstract base class for custom socket implementation.
DomainSocketimplementation for BSD based platforms.Nativesockaddr_unstructure as defined insys/un.h.ASocketimplementation for Linux of BSD domain sockets.Provides access to the underlying file system representation of an open file.The status of the file descriptor.DomainSocketimplementation for Linux based platforms.Nativesockaddr_unstructure as defined insys/un.h.ASocketimplementation for named pipes.Adapt anAsynchronousByteChannelto anAsynchronousFileChannel.Waits for the name pipe file using a simple sleep.Waits for the name pipe file using Windows specific logic.