TakahikoKawasaki / nv-websocket-client

High-quality WebSocket client implementation in Java.
Apache License 2.0
2.03k stars 292 forks source link

why getListenerManager() getStateManager() and others are private ? #231

Open arbitrage-technology opened 3 years ago

ivanov199311 commented 2 years ago

Maybe because it is an implementation detail and not a public API. Why do you need them?

And, technically, it is not private, but package-private, so you can use them with small hacks like declaring classes with package com.neovisionaries.ws.client