This repository was archived by the owner on Dec 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
topl-core-base/src/main/java/io/matthewnelson/topl_core_base Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -253,9 +253,7 @@ abstract class BaseConsts {
253253 AnnotationTarget .PROPERTY
254254 )
255255 @StringDef(
256- IsolationFlag .ISOLATE_CLIENT_ADDR ,
257256 IsolationFlag .NO_ISOLATE_CLIENT_ADDR ,
258- IsolationFlag .ISOLATE_SOCKS_AUTH ,
259257 IsolationFlag .NO_ISOLATE_SOCKS_AUTH ,
260258 IsolationFlag .ISOLATE_CLIENT_PROTOCOL ,
261259 IsolationFlag .ISOLATE_DEST_PORT ,
@@ -279,9 +277,7 @@ abstract class BaseConsts {
279277 @Retention(AnnotationRetention .SOURCE )
280278 annotation class IsolationFlag {
281279 companion object {
282- const val ISOLATE_CLIENT_ADDR = " IsolateClientAddr" // on by default
283280 const val NO_ISOLATE_CLIENT_ADDR = " NoIsolateClientAddr"
284- const val ISOLATE_SOCKS_AUTH = " IsolateSOCKSAuth" // on by default
285281 const val NO_ISOLATE_SOCKS_AUTH = " NoIsolateSOCKSAuth"
286282 const val ISOLATE_CLIENT_PROTOCOL = " IsolateClientProtocol"
287283 const val ISOLATE_DEST_PORT = " IsolateDestPort"
@@ -304,9 +300,7 @@ abstract class BaseConsts {
304300
305301 fun getAll (): List <@IsolationFlag String > {
306302 return arrayListOf (
307- ISOLATE_CLIENT_ADDR ,
308303 NO_ISOLATE_CLIENT_ADDR ,
309- ISOLATE_SOCKS_AUTH ,
310304 NO_ISOLATE_SOCKS_AUTH ,
311305 ISOLATE_CLIENT_PROTOCOL ,
312306 ISOLATE_DEST_PORT ,
You can’t perform that action at this time.
0 commit comments