代码搜索:Response
找到约 10,000 项符合「Response」的源代码
代码结果 10,000
www.eeworm.com/read/137626/5823262
h response.h
/* $Id: response.h,v 1.1 2004/08/14 07:53:15 jonas Exp $ */
#ifndef EL__PROTOCOL_NNTP_RESPONSE_H
#define EL__PROTOCOL_NNTP_RESPONSE_H
#include "lowlevel/connect.h"
#include "protocol/nntp/connection
www.eeworm.com/read/137626/5823263
c response.c
/* Parses and converts NNTP responses to enum values and cache entry HTML */
/* $Id: response.c,v 1.3 2004/11/10 21:08:10 jonas Exp $ */
#ifdef HAVE_CONFIG_H
#include
#endif
#include
www.eeworm.com/read/137311/5825961
c response.c
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
* Some changes Copyright (C) 1996 Larry Doolittle
* Some changes Copyright (C) 1996-99 Jon Nel
www.eeworm.com/read/130122/5964362
java response.java
package com.croftsoft.apps.chat.response;
import java.io.Serializable;
/*********************************************************************
* Interface for a Response from the
www.eeworm.com/read/128149/5992428
java response.java
package WebServer;
import java.io.OutputStream;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.File;
public class Response {
private static final int BUFFER_SIZE = 10
www.eeworm.com/read/128149/5992431
java response.java
package WebServer;
import java.io.OutputStream;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.File;
public class Response {
private static final int BUFFER_SIZE = 10
www.eeworm.com/read/128149/5992434
java response.java
package FtpServer;
import java.net.Socket;
import java.io.OutputStream;
import java.io.InputStream;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import
www.eeworm.com/read/128149/5992437
java response.java
package SmtpServer;
import java.net.Socket;
import java.io.OutputStream;
import java.io.InputStream;
import java.io.IOException;
import java.io.FileInputStream;
import java.io.FileOutputStream;
impor
www.eeworm.com/read/126845/6011666
c response.c
/*
* Copyright (c) 1999-2000 Caucho Technology. All rights reserved.
*
* Caucho Technology permits redistribution, modification and use
* of this file in source and binary form ("the Software") u