Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static Charset | |
pack-priv static String |
UnixDomainSocketsUtil | back to summary |
---|---|
private UnixDomainSocketsUtil() |
getCharset | back to summary |
---|---|
pack-priv static Charset getCharset() |
getTempDir | back 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
|