Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for NewClient (0.06 sec)

  1. okhttp/src/jvmTest/kotlin/okhttp3/URLConnectionTest.kt

      @StartStop
      val server = MockWebServer()
    
      @StartStop
      val server2 = MockWebServer()
    
      private val handshakeCertificates = platform.localhostHandshakeCertificates()
      private var client = clientTestRule.newClient()
      private var cache: Cache? = null
    
      @BeforeEach
      fun setUp() {
        server.protocolNegotiationEnabled = false
      }
    
      @AfterEach
      fun tearDown() {
        java.net.Authenticator.setDefault(null)
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Sat Jun 21 20:36:35 UTC 2025
    - 133.2K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg net/rpc, func DialHTTP(string, string) (*Client, error)
    pkg net/rpc, func DialHTTPPath(string, string, string) (*Client, error)
    pkg net/rpc, func HandleHTTP()
    pkg net/rpc, func NewClient(io.ReadWriteCloser) *Client
    pkg net/rpc, func NewClientWithCodec(ClientCodec) *Client
    pkg net/rpc, func NewServer() *Server
    pkg net/rpc, func Register(interface{}) error
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top