Top Description Constructors Methods
sun.nio.ch

pack-priv Class UnixDomainSocketsUtil

extends Object
Class Inheritance
Imports
java.nio.charset.Charset, java.security.AccessController, .PrivilegedAction, sun.net.NetProperties, jdk.internal.util.StaticProperty

Platform specific utility functions

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
pack-priv static Charset
pack-priv static String
getTempDir()

Return the temp directory for storing automatically bound server sockets.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAlltoStringwaitwaitwait

Constructor Detail

UnixDomainSocketsUtilback to summary
private UnixDomainSocketsUtil()

Method Detail

getCharsetback to summary
pack-priv static Charset getCharset()
getTempDirback to summary
pack-priv static String getTempDir()

Return the temp directory for storing automatically bound server sockets. On UNIX we search the following directories in sequence: 1. ${jdk.net.unixdomain.tmpdir} if set as system property 2. ${jdk.net.unixdomain.tmpdir} if set as net property 3. ${java.io.tmpdir} system property

Annotations
@SuppressWarnings:removal