Transformer is a general interface to process the platform's resources modeling HTTP request-response or WebSocket into ServerHttpExchange and ServerWebSocket respectively like VibeServlet of Servlet and VibeServerCodec of Netty. It is only interface for user to be aware.
Accordingly direct instantiation of implementation of ServerHttpExchange and ServerWebSocket will be not recommended.
Transformer is a general interface to process the platform's resources modeling HTTP request-response or WebSocket into
ServerHttpExchange
andServerWebSocket
respectively likeVibeServlet
of Servlet andVibeServerCodec
of Netty. It is only interface for user to be aware.Accordingly direct instantiation of implementation of ServerHttpExchange and ServerWebSocket will be not recommended.