Searched defs:handler (Results 176 - 200 of 400) sorted by relevance

1234567891011>>

/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/output/
H A DSaxSerializer.java47 public SaxSerializer(ContentHandler handler) { argument
58 public SaxSerializer(ContentHandler handler,LexicalHandler lex) { argument
62 public SaxSerializer(ContentHandler handler,LexicalHandler lex, boolean indenting) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/handler/
H A DServerLogicalHandlerTube.java
H A DMessageUpdatableContext.java
H A DLogicalMessageImpl.java
H A DMessageContextImpl.java
/openjdk9/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/handler/
H A DMessageContext.java
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DWhitespaceStripper.java62 public WhitespaceStripper(ContentHandler handler,ErrorHandler eh,EntityResolver er) { argument
/openjdk9/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWhitespaceStripper.java57 public WhitespaceStripper(ContentHandler handler, ErrorHandler eh, EntityResolver er) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DInvoker.java121 static <V,A> void invokeUnchecked(CompletionHandler<V,? super A> handler, argument
151 invokeDirect(GroupAndInvokeCount myGroupAndInvokeCount, CompletionHandler<V,? super A> handler, A attachment, V result, Throwable exc) argument
166 invoke(AsynchronousChannel channel, CompletionHandler<V,? super A> handler, A attachment, V result, Throwable exc) argument
206 invokeIndirectly(AsynchronousChannel channel, final CompletionHandler<V,? super A> handler, final A attachment, final V result, final Throwable exc) argument
230 invokeIndirectly(final CompletionHandler<V,? super A> handler, final A attachment, final V value, final Throwable exc, Executor executor) argument
[all...]
H A DSimpleAsynchronousFileChannelImpl.java173 implLock(final long position, final long size, final boolean shared, final A attachment, final CompletionHandler<FileLock,? super A> handler) argument
288 implRead(final ByteBuffer dst, final long position, final A attachment, final CompletionHandler<Integer,? super A> handler) argument
344 implWrite(final ByteBuffer src, final long position, final A attachment, final CompletionHandler<Integer,? super A> handler) argument
[all...]
H A DAsynchronousServerSocketChannelImpl.java118 implAccept(Object attachment, CompletionHandler<AsynchronousSocketChannel,Object> handler) argument
129 accept(A attachment, CompletionHandler<AsynchronousSocketChannel,? super A> handler) argument
H A DAsynchronousFileChannelImpl.java106 implLock(long position, long size, boolean shared, A attachment, CompletionHandler<FileLock,? super A> handler) argument
122 lock(long position, long size, boolean shared, A attachment, CompletionHandler<FileLock,? super A> handler) argument
211 implRead(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
222 read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
232 implWrite(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
244 write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
H A DPendingFuture.java40 private final CompletionHandler<V,? super A> handler; field in class:PendingFuture
89 CompletionHandler<V,? super A> handler() { method in class:PendingFuture
57 PendingFuture(AsynchronousChannel channel, CompletionHandler<V,? super A> handler, A attachment, Object context) argument
68 PendingFuture(AsynchronousChannel channel, CompletionHandler<V,? super A> handler, A attachment) argument
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DUnixAsynchronousServerSocketChannelImpl.java248 implAccept(Object att, CompletionHandler<AsynchronousSocketChannel,Object> handler) argument
[all...]
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java291 implAccept(Object attachment, final CompletionHandler<AsynchronousSocketChannel,Object> handler) argument
/openjdk9/jdk/src/java.desktop/macosx/classes/com/apple/eawt/event/
H A DGestureHandler.java131 final GestureHandler handler; field in class:GestureHandler.PerComponentNotifier
133 public PerComponentNotifier(final Component component, final GestureHandler handler) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/sun/awt/im/
H A DCompositionArea.java62 private CompositionAreaHandler handler; field in class:CompositionArea
105 synchronized void setHandlerInfo(CompositionAreaHandler handler, InputContext inputContext) { argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicMenuBarUI.java72 private Handler handler; field in class:BasicMenuBarUI
/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_new.cpp76 NewHandler::handler(size_t) { function in class:NewHandler
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DHttp1Exchange.java94 T readBody(BodyHandler<T> handler, boolean returnConnectionToPool) argument
119 CompletableFuture<T> readBodyAsync(BodyHandler<T> handler, argument
/openjdk9/jdk/test/java/lang/invoke/MethodHandles/
H A DTestCatchException.java49 private static int handler(Exception e) { method in class:TestCatchException
/openjdk9/jdk/src/jdk.sctp/macosx/classes/sun/nio/ch/sctp/
H A DSctpChannelImpl.java130 receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler) argument
/openjdk9/jdk/src/jdk.sctp/aix/classes/sun/nio/ch/sctp/
H A DSctpChannelImpl.java130 receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler) argument
H A DSctpMultiChannelImpl.java111 receive(ByteBuffer buffer, T attachment, NotificationHandler<T> handler) argument
/openjdk9/jdk/src/jdk.sctp/windows/classes/sun/nio/ch/sctp/
H A DSctpChannelImpl.java130 receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler) argument

Completed in 237 milliseconds

1234567891011>>