Searched defs:handler (Results 276 - 300 of 400) sorted by relevance

<<111213141516

/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/
H A DSOAPDocumentFragment.java121 public Object setUserData(String key, Object data, UserDataHandler handler) { argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/dom2dtm/
H A DDOM2DTMdefaultNamespaceDeclarationNode.java146 setUserData(String key, Object data, UserDataHandler handler) argument
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/
H A DToXMLSAXHandler.java473 public ToXMLSAXHandler(ContentHandler handler, String encoding) argument
482 ToXMLSAXHandler( ContentHandler handler, LexicalHandler lex, String encoding) argument
[all...]
H A DToTextSAXHandler.java74 public ToTextSAXHandler(ContentHandler handler, String encoding) argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/handler/
H A DHandlerChainsModel.java[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DMethodAdapter.java194 visitTryCatchBlock( final Label start, final Label end, final Label handler, final String type) argument
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/ch/
H A DUnixAsynchronousSocketChannelImpl.java286 implConnect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
470 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
665 implWrite(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DAsynchronousSocketChannelImpl.java193 implConnect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
203 connect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
215 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
224 read(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
287 read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler) argument
301 read(ByteBuffer[] dsts, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler) argument
324 implWrite(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
333 write(boolean isGatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A att, CompletionHandler<V,? super A> handler) argument
391 write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler) argument
403 write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler) argument
[all...]
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousFileChannelImpl.java293 implLock(final long position, final long size, final boolean shared, A attachment, final CompletionHandler<FileLock,? super A> handler) argument
505 implRead(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
677 implWrite(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
H A DWindowsAsynchronousSocketChannelImpl.java320 implConnect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
619 implRead(boolean isScatteringRead, ByteBuffer dst, ByteBuffer[] dsts, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
873 implWrite(boolean gatheringWrite, ByteBuffer src, ByteBuffer[] srcs, long timeout, TimeUnit unit, A attachment, CompletionHandler<V,? super A> handler) argument
[all...]
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DBasicSpinnerUI.java61 private Handler handler; field in class:BasicSpinnerUI
272 installButtonListeners(Component c, ArrowButtonHandler handler) argument
[all...]
H A DBasicDesktopPaneUI.java51 private Handler handler; field in class:BasicDesktopPaneUI
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/log/
H A DReliableLog.java104 private LogHandler handler; field in class:ReliableLog
135 ReliableLog(String dirPath, LogHandler handler, boolean pad) argument
178 ReliableLog(String dirPath, LogHandler handler) argument
[all...]
/openjdk9/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1161 public void login(Subject subject, CallbackHandler handler) argument
1382 setCallbackHandler(CallbackHandler handler) argument
1400 getCallbackHandler(CallbackHandler handler) argument
[all...]
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/
H A DTTY.java46 EventHandler handler = null; field in class:TTY
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DScheduledExecutorSubclassTest.java113 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { argument
120 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, RejectedExecutionHandler handler) argument
/openjdk9/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DPreprocessor.java855 void registerPragma (PragmaHandler handler) argument
/openjdk9/jdk/src/java.base/share/classes/java/security/
H A DKeyStore.java397 private final CallbackHandler handler; field in class:KeyStore.CallbackHandlerProtection
406 public CallbackHandlerProtection(CallbackHandler handler) { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java77 HttpsURLConnectionOldImpl(URL u, Handler handler) throws IOException { argument
83 HttpsURLConnectionOldImpl(URL u, Proxy p, Handler handler) throws IOException { argument
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DSubmissionPublisher.java247 SubmissionPublisher(Executor executor, int maxBufferCapacity, BiConsumer<? super Flow.Subscriber<? super T>, ? super Throwable> handler) argument
[all...]
H A DScheduledThreadPoolExecutor.java486 ScheduledThreadPoolExecutor(int corePoolSize, RejectedExecutionHandler handler) argument
507 ScheduledThreadPoolExecutor(int corePoolSize, ThreadFactory threadFactory, RejectedExecutionHandler handler) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/
H A DMethodNode.java570 visitTryCatchBlock(final Label start, final Label end, final Label handler, final String type) argument
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/util/
H A DPrinter.java1030 visitTryCatchBlock(final Label start, final Label end, final Label handler, final String type) argument
[all...]
/openjdk9/hotspot/src/share/vm/code/
H A DcompiledMethod.cpp146 void CompiledMethod::add_handler_for_exception_and_pc(Handle exception, address pc, address handler) { argument
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_Compilation.cpp504 XHandler* handler = handlers->handler_at(i); local
[all...]

Completed in 365 milliseconds

<<111213141516