Zymba Documentation
IO.SocketStream
Text
object @IO.SocketStream(@IO.Stream) {
disableEncryption(): $this {}
enableEncryption(): $this {}
getLocalEndpoint(): string {}
getRemoteEndpoint(): string {}
peek(int $length): string {}
receive(int $length): object {}
receiveOutOfBand(int $length): object {}
send(string $string, string $endpoint): int {}
sendOutOfBand(string $string, string $endpoint): int {}
shutdownReceive(): $this {}
shutdownSend(): $this {}
}
Abstract IO socket stream prototype.