mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8245194: Unix domain socket channel implementation
Reviewed-by: erikj, dfuchs, alanb, chegar
This commit is contained in:
parent
8bde2f4e3d
commit
6bb7e45e8e
73 changed files with 5434 additions and 1116 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2007, 2009, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -41,5 +41,11 @@ public enum StandardProtocolFamily implements ProtocolFamily {
|
|||
/**
|
||||
* Internet Protocol Version 6 (IPv6)
|
||||
*/
|
||||
INET6
|
||||
INET6,
|
||||
|
||||
/**
|
||||
* Unix domain (Local) interprocess communication.
|
||||
* @since 16
|
||||
*/
|
||||
UNIX
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue