You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HttpServer is is not part java.base module. It's not even public API. (for now it's compiled and running without problem - but internal api is internal api)
Maybe use built-in server for this implementation (org.jetbrains.io.BuiltInServer) ? Or write new via netty?
The text was updated successfully, but these errors were encountered:
Hello.
There a problem with this code https://github.com/Haehnchen/idea-php-toolbox/blob/master/src/main/java/de/espend/idea/php/toolbox/remote/RemoteListenerComponent.java#L19
HttpServer is is not part java.base module. It's not even public API. (for now it's compiled and running without problem - but internal api is internal api)
Maybe use built-in server for this implementation (org.jetbrains.io.BuiltInServer) ? Or write new via netty?
The text was updated successfully, but these errors were encountered: