| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -130,7 +130,9 @@ public void close() throws IOException { | |||
| 130 | 130 | * @param path the path to the domain socket | |
| 131 | 131 | * @return a {@link DomainSocket} instance | |
| 132 | 132 | * @throws IOException if the socket cannot be opened | |
| 133 | + * @deprecated use {@link UnixSocket#get(String)} | ||
| 133 | 134 | */ | |
| 135 | + @Deprecated | ||
| 134 | 136 | public static DomainSocket get(String path) throws IOException { | |
| 135 | 137 | if (Platform.isMac() || isBsdPlatform()) { | |
| 136 | 138 | return new BsdDomainSocket(path); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments