@DocAnnotation$annotation$( description = " Return the URI corresponding to the last request for this socket or the websocket handshake\n") @TypeInfo("ceylon.language::String") public ceylon.language.String uri() { ceylon.language.String ret = io.vertx.lang.ceylon.ToCeylon.String.safeConvert(delegate.uri()); return ret; }
/** * Return the URI corresponding to the last request for this socket or the websocket handshake * * @return */ public String uri() { String ret = delegate.uri(); return ret; }