Searched defs:Fiber (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DFiber.java47 * a {@link Fiber} — a user-level thread that gets created for each request/response
57 * Fiber can be {@link NextAction#suspend() suspended} by a {@link Tube}.
78 * Because {@link Fiber} doesn't keep much in the call stack, and instead use
88 * When you debug the server side, consider setting {@link Fiber#serializeExecution}
97 public final class Fiber implements Runnable { class in inherits:Runnable
130 * <li>"External mechanism" becomes signal state and invokes {@link Fiber#resume(Packet)}
132 * <li>{@link Fiber#doRun} invokes {@link Fiber#suspend()}.
150 * Is this {@link Fiber} currently running in the synchronous mode?
178 * Fiber'
210 Fiber(Engine engine) { method in class:Fiber
[all...]

Completed in 569 milliseconds