Home
last modified time | relevance | path

Searched defs:get (Results 1 – 8 of 8) sorted by relevance

/unit/src/java/nginx/unit/websocket/
H A DFutureToSendHandler.java77 public Void get() throws InterruptedException, in get() method in FutureToSendHandler
92 public Void get(long timeout, TimeUnit unit) in get() method in FutureToSendHandler
H A DAsyncChannelWrapperNonSecure.java101 public Void get() throws InterruptedException, ExecutionException { in get() method in AsyncChannelWrapperNonSecure.NoOpFuture
106 public Void get(long timeout, TimeUnit unit) in get() method in AsyncChannelWrapperNonSecure.NoOpFuture
H A DAsyncChannelWrapperSecure.java494 public T get() throws InterruptedException, ExecutionException { in get() method in AsyncChannelWrapperSecure.WrapperFuture
503 public T get(long timeout, TimeUnit unit) in get() method in AsyncChannelWrapperSecure.WrapperFuture
541 public Integer get() throws InterruptedException, ExecutionException { in get() method in AsyncChannelWrapperSecure.LongToIntegerFuture
551 public Integer get(long timeout, TimeUnit unit) in get() method in AsyncChannelWrapperSecure.LongToIntegerFuture
/unit/test/unit/
H A Dstatus.py38 def get(path='/'): member in Status
H A Dhttp.py164 def get(self, **kwargs): member in HTTP1
/unit/src/
H A Dnxt_upstream.h37 nxt_upstream_server_get_t get; member
/unit/test/
H A Dconftest.py395 def get(url): function
/unit/src/nodejs/unit-http/
H A Dunit.cpp108 port_data_t::get(T *handle) in get() function in port_data_t