Searched defs:request (Results 1 - 25 of 138) sorted by relevance

123456

/openjdk7/jdk/test/sun/security/ssl/sun/net/www/httpstest/
H A DHttpCallback.java29 * The incoming request fields can be examined via the {@link HttpTransaction}
30 * object, and a response can also be generated and sent via the request object.
34 * handle the given request and generate an appropriate response.
35 * @param msg the transaction containing the request from the
38 void request (HttpTransaction msg); method in interface:HttpCallback
H A DAbstractCallback.java31 * of tracking multiple invocations of a request (on the server).
32 * In this case, you implement the modified request() method, which includes
34 * (starting at zero) the request URI has been received.
56 * handle the given request and generate an appropriate response.
57 * @param msg the transaction containing the request from the
60 public void request (HttpTransaction msg) { method in class:AbstractCallback
67 request (msg, req.count++);
73 * the same request URI. n starts at zero and is incremented
76 * @param msg the transaction containing the request from the
79 * each subsequent call using the same request UR
81 abstract public void request (HttpTransaction msg, int n); method in class:AbstractCallback
[all...]
/openjdk7/jdk/test/sun/net/www/httptest/
H A DHttpCallback.java29 * The incoming request fields can be examined via the {@link HttpTransaction}
30 * object, and a response can also be generated and sent via the request object.
34 * handle the given request and generate an appropriate response.
35 * @param msg the transaction containing the request from the
38 void request (HttpTransaction msg); method in interface:HttpCallback
H A DAbstractCallback.java31 * of tracking multiple invocations of a request (on the server).
32 * In this case, you implement the modified request() method, which includes
34 * (starting at zero) the request URI has been received.
56 * handle the given request and generate an appropriate response.
57 * @param msg the transaction containing the request from the
60 public void request (HttpTransaction msg) { method in class:AbstractCallback
67 request (msg, req.count++);
73 * the same request URI. n starts at zero and is incremented
76 * @param msg the transaction containing the request from the
79 * each subsequent call using the same request UR
81 abstract public void request (HttpTransaction msg, int n); method in class:AbstractCallback
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jdi/request/
H A DAccessWatchpointRequest.java26 package com.sun.jdi.request;
H A DModificationWatchpointRequest.java26 package com.sun.jdi.request;
H A DVMDeathRequest.java26 package com.sun.jdi.request;
44 * This request would typically be created so that a
H A DDuplicateRequestException.java26 package com.sun.jdi.request;
29 * Thrown to indicate a duplicate event request.
H A DInvalidRequestStateException.java26 package com.sun.jdi.request;
32 * Also thrown if an operation is attempted on a deleted request.
H A DThreadDeathRequest.java26 package com.sun.jdi.request;
50 * Restricts the events generated by this request to those in
53 * @throws InvalidRequestStateException if this request is currently
H A DThreadStartRequest.java26 package com.sun.jdi.request;
50 * Restricts the events generated by this request to those in
53 * @throws InvalidRequestStateException if this request is currently
H A DBreakpointRequest.java26 package com.sun.jdi.request;
59 * Restricts the events generated by this request to those in
62 * @throws InvalidRequestStateException if this request is currently
69 * Restricts the events generated by this request to those in
82 * @throws InvalidRequestStateException if this request is currently
H A DClassUnloadRequest.java26 package com.sun.jdi.request;
52 * Restricts the events generated by this request to the
58 * @throws InvalidRequestStateException if this request is currently
65 * Restricts the events generated by this request to the
71 * @throws InvalidRequestStateException if this request is currently
H A DClassPrepareRequest.java26 package com.sun.jdi.request;
53 * Restricts the events generated by this request to be the
59 * @throws InvalidRequestStateException if this request is currently
66 * Restricts the events generated by this request to the
73 * @throws InvalidRequestStateException if this request is currently
80 * Restricts the events generated by this request to the
87 * @throws InvalidRequestStateException if this request is currently
94 * Restricts the events generated by this request to the
119 * @throws InvalidRequestStateException if this request is currently
H A DExceptionRequest.java26 package com.sun.jdi.request;
86 * Restricts the events generated by this request to those in
89 * @throws InvalidRequestStateException if this request is currently
96 * Restricts the events generated by this request to those whose
102 * @throws InvalidRequestStateException if this request is currently
109 * Restricts the events generated by this request to those
116 * @throws InvalidRequestStateException if this request is currently
123 * Restricts the events generated by this request to those
130 * @throws InvalidRequestStateException if this request is currently
137 * Restricts the events generated by this request t
[all...]
H A DMethodEntryRequest.java26 package com.sun.jdi.request;
50 * Restricts the events generated by this request to those in
53 * @throws InvalidRequestStateException if this request is currently
60 * Restricts the events generated by this request to those whose
66 * @throws InvalidRequestStateException if this request is currently
73 * Restricts the events generated by this request to those
80 * @throws InvalidRequestStateException if this request is currently
87 * Restricts the events generated by this request to those
91 * @throws InvalidRequestStateException if this request is currently
98 * Restricts the events generated by this request t
[all...]
H A DMethodExitRequest.java26 package com.sun.jdi.request;
50 * Restricts the events generated by this request to those in
53 * @throws InvalidRequestStateException if this request is currently
60 * Restricts the events generated by this request to those whose
66 * @throws InvalidRequestStateException if this request is currently
73 * Restricts the events generated by this request to those
80 * @throws InvalidRequestStateException if this request is currently
87 * Restricts the events generated by this request to those
94 * @throws InvalidRequestStateException if this request is currently
101 * Restricts the events generated by this request t
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynamicImplementation.java40 public void invoke(ServerRequest request) { argument
/openjdk7/corba/src/share/classes/org/omg/PortableServer/
H A DDynamicImplementation.java39 * necessary to execute the request.
40 * @param request the request issued to the CORBA object.
42 abstract public void invoke(org.omg.CORBA.ServerRequest request); argument
/openjdk7/jdk/src/share/classes/com/sun/jdi/event/
H A DEvent.java29 import com.sun.jdi.request.EventRequest;
51 * a cooresponding request and thus will return null.
53 EventRequest request(); method in interface:Event
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DProvider.java49 /** Invokes an operation occording to the contents of the request
52 * @param request The request message or message payload.
55 * @throws WebServiceException If there is an error processing request.
62 public T invoke(T request); argument
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/soap/
H A DSOAPConnection.java45 * directly to a URL following the request/response paradigm. That is,
55 * @param request the <code>SOAPMessage</code> object to be sent
67 public abstract SOAPMessage call(SOAPMessage request, argument
74 * the request should be sent. Objects of type
79 * get message request
/openjdk7/jdk/test/com/sun/jdi/
H A DNativeInstanceFilter.java44 import com.sun.jdi.request.*;
59 static MethodExitRequest request = null; field in class:NativeInstanceFilter
77 requestManager.deleteEventRequest(request);
78 request = requestManager.createMethodExitRequest();
79 request.addInstanceFilter(instance);
80 request.enable();
107 request = requestManager.createMethodExitRequest();
108 request.enable();
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DDynamicStub.java68 OutputStream request( String operation, boolean responseExpected ) ; method in interface:DynamicStub
/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DLdapContext.java45 * program to set request controls for LDAP operations that are executed
51 * to correctly use request and response controls.
55 * There are two types of request controls:
64 * distinction between these two types of request controls is necessary
73 * it uses the <em>connection request controls</em>, while for the normal
74 * LDAP operations, it uses the <em>context request controls</em>.
75 *<p>Unless explicitly qualified, the term "request controls" refers to
76 * context request controls.
79 * There are two ways in which a context instance gets its request controls:
88 * means no request control
190 extendedOperation(ExtendedRequest request) argument
[all...]

Completed in 1598 milliseconds

123456