Class Global.Network

  • Enclosing class:
    Global

    public static class Global.Network
    extends java.lang.Object
    네트워크 통신 간 사용되는 상수를 모아놓은 클래스.

    네트워크 통신시 사용되는 외부서버의 주소, 클라이언트의 요청코드, POS와 외부서버의 응답코드 클래스가 포함되어 있습니다.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Global.Network.Request
      Pos, 외부서버로 보내는 요청 코드를 모아놓은 클래스.

      static class  Global.Network.Response
      Pos, 외부서버에서 오는 응답 코드를 모아놓은 클래스.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String EXTERNAL_SERVER_URL
      외부서버 주소.
    • Constructor Summary

      Constructors 
      Constructor Description
      Network()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • EXTERNAL_SERVER_URL

        public static final java.lang.String EXTERNAL_SERVER_URL
        외부서버 주소.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Network

        public Network()