Searched defs:attachment (Results 1 - 25 of 42) sorted by relevance

12

/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DDirectBuffer.java35 public Object attachment(); method in interface:DirectBuffer
H A DSelectorImpl.java126 register(AbstractSelectableChannel ch, int ops, Object attachment) argument
H A DAsynchronousServerSocketChannelImpl.java118 implAccept(Object attachment, argument
129 public final <A> void accept(A attachment, 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
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
H A DInvoker.java121 invokeUnchecked(CompletionHandler<V,? super A> handler, A attachment, V value, Throwable exc) 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 DPendingFuture.java41 private final A attachment; field in class:PendingFuture
93 A attachment() { 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
[all...]
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/attachment/
H A DAttachmentUnmarshaller.java
H A DAttachmentMarshaller.java[all...]
/openjdk10/jdk/src/java.base/share/classes/java/nio/channels/
H A DAsynchronousByteChannel.java108 read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler) argument
187 write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler) argument
H A DCompletionHandler.java55 void completed(V result, A attachment); argument
65 void failed(Throwable exc, A attachment); argument
H A DAsynchronousServerSocketChannel.java290 public abstract <A> void accept(A attachment, argument
H A DAsynchronousFileChannel.java496 public final <A> void lock(A attachment, argument
462 lock(long position, long size, boolean shared, A attachment, CompletionHandler<FileLock,? super A> handler) argument
681 read(ByteBuffer dst, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
747 write(ByteBuffer src, long position, A attachment, CompletionHandler<Integer,? super A> handler) argument
[all...]
H A DSelectionKey.java364 private volatile Object attachment; field in class:SelectionKey
395 public final Object attachment() { method in class:SelectionKey
[all...]
H A DAsynchronousSocketChannel.java329 connect(SocketAddress remote, A attachment, CompletionHandler<Void,? super A> handler) argument
406 read(ByteBuffer dst, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler) argument
421 read(ByteBuffer dst, A attachment, CompletionHandler<Integer,? super A> handler) argument
514 read(ByteBuffer[] dsts, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler) argument
563 write(ByteBuffer src, long timeout, TimeUnit unit, A attachment, CompletionHandler<Integer,? super A> handler) argument
577 write(ByteBuffer src, A attachment, CompletionHandler<Integer,? super A> handler) argument
665 write(ByteBuffer[] srcs, int offset, int length, long timeout, TimeUnit unit, A attachment, CompletionHandler<Long,? super A> handler) argument
[all...]
/openjdk10/jdk/src/jdk.sctp/share/classes/com/sun/nio/sctp/
H A DNotificationHandler.java64 HandlerResult handleNotification(Notification notification, T attachment); argument
H A DAbstractNotificationHandler.java64 handleNotification(Notification notification, T attachment) argument
82 handleNotification(AssociationChangeNotification notification, T attachment) argument
100 handleNotification(PeerAddressChangeNotification notification, T attachment) argument
118 handleNotification(SendFailedNotification notification, T attachment) argument
136 handleNotification(ShutdownNotification notification, T attachment) argument
[all...]
H A DSctpChannel.java813 receive(ByteBuffer dst, T attachment, NotificationHandler<T> handler) argument
H A DSctpMultiChannel.java630 receive(ByteBuffer buffer, T attachment, NotificationHandler<T> handler) argument
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/frame/
H A DOutgoingHeaders.java39 T attachment; field in class:OutgoingHeaders
45 public OutgoingHeaders(HttpHeaders hdrs1, HttpHeaders hdrs2, T attachment) { argument
/openjdk10/jdk/src/java.base/windows/classes/sun/nio/ch/
H A DWindowsAsynchronousServerSocketChannelImpl.java291 Future<AsynchronousSocketChannel> implAccept(Object attachment, argument
/openjdk10/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSend.java418 handleNotification( Notification notification, Void attachment) argument
425 handleNotification( AssociationChangeNotification notification, Void attachment) argument
H A DReceive.java297 handleNotification( Notification notification, Object attachment) argument
304 handleNotification( AssociationChangeNotification notification, Object attachment) argument
333 handleNotification( ShutdownNotification notification, Object attachment) argument
H A DReceiveIntoDirect.java219 handleNotification( Notification notification, Object attachment) argument
226 handleNotification( AssociationChangeNotification notification, Object attachment) argument
248 handleNotification( ShutdownNotification notification, Object attachment) argument
/openjdk10/jdk/test/com/sun/nio/sctp/SctpMultiChannel/
H A DBranch.java238 handleNotification( AssociationChangeNotification notification, Object attachment) argument
256 handleNotification( ShutdownNotification notification, Object attachment) argument

Completed in 122 milliseconds

12