程序包com.iplatform.tcp.client的分层结构

程序包分层结构:

类分层结构

  • java.lang.Object
    • com.walker.tcp.data.BaseRequest<T> (implements com.walker.tcp.Request<T>)
      • com.walker.tcp.data.AbstractStringRequest
    • com.walker.tcp.data.BaseResponse<T> (implements com.walker.tcp.Response<T>)
      • com.walker.tcp.websocket.JsonResponse
    • com.iplatform.tcp.client.ClientApplication